IPromptAttachmentResult interface  
Strongly typed Attachment Prompt Result.
- Extends
Properties
| child | ID of the child dialog thats ending. | 
| error | If an error occurred the child dialog can return the error to the parent. | 
| prompt | Type of prompt completing. | 
| response | The users response. | 
| resumed | The reason why the current dialog is being resumed. Defaults to ResumeReason.completed. | 
Property Details
		childId
	 
	ID of the child dialog thats ending.
childId?: stringProperty Value
string
error
If an error occurred the child dialog can return the error to the parent.
error?: ErrorProperty Value
Error
		promptType
	 
	
response
resumed
The reason why the current dialog is being resumed. Defaults to ResumeReason.completed.
resumed?: ResumeReason