SkillDialogOptions interface  
Properties
| bot | The Microsoft app ID of the bot calling the skill. | 
| connection | Optional. The OAuth Connection Name for the Parent Bot. | 
| conversation | The BotFrameworkSkill that the dialog will call. | 
| conversation | The ConversationState to be used by the Dialog. | 
| skill | The BotFrameworkSkill the dialog will call. | 
| skill | The BotFrameworkClient used to call the remote skill. | 
| skill | The callback Url for the skill host. | 
Property Details
		botId
	 
	The Microsoft app ID of the bot calling the skill.
botId: stringProperty Value
string
		connectionName
	 
	Optional. The OAuth Connection Name for the Parent Bot.
connectionName?: stringProperty Value
string
		conversationIdFactory
	 
	The BotFrameworkSkill that the dialog will call.
conversationIdFactory: SkillConversationIdFactoryBaseProperty Value
SkillConversationIdFactoryBase
		conversationState
	 
	The ConversationState to be used by the Dialog.
conversationState: ConversationStateProperty Value
ConversationState
skill
The BotFrameworkSkill the dialog will call.
skill: BotFrameworkSkillProperty Value
BotFrameworkSkill
		skillClient
	 
	The BotFrameworkClient used to call the remote skill.
skillClient: BotFrameworkClientProperty Value
BotFrameworkClient
		skillHostEndpoint
	  
	The callback Url for the skill host.
skillHostEndpoint: stringProperty Value
string