DelegatingData
Stentor API Reference / stentor-handler-delegating/src / DelegatingData
Interface: DelegatingData
Defined in: packages/stentor-handler-delegating/src/Data.ts:6
Extendsβ
Propertiesβ
delegateToβ
delegateTo:
string
Defined in: packages/stentor-handler-delegating/src/Data.ts:7
delegateDataβ
delegateData:
any
Defined in: packages/stentor-handler-delegating/src/Data.ts:8
chat?β
optionalchat:object
Defined in: packages/stentor-models/lib/Handler/Data.d.ts:11
Fields for modifying all responses
suggestionChips?β
optionalsuggestionChips:SuggestionTypes[]
Chips to use when generating the default responses. They will be added to all responses.
Inherited fromβ
inputUnknownStrategy?β
optionalinputUnknownStrategy:"GLOBAL"|"GOOGLE"|"REPROMPT"
Defined in: packages/stentor-models/lib/Handler/Data.d.ts:24
Strategy to use when the handler receives an InputUnknown request.
Global requests the global InputUnknownHandler Google's recommended pattern as outlined here: https://designguidelines.withgoogle.com/conversation/conversational-components/errors.html Reprompt uses the reprompt from the previous response.
Inherited fromβ
accessibleThroughDiscovery?β
optionalaccessibleThroughDiscovery:boolean
Defined in: packages/stentor-models/lib/Handler/Data.d.ts:31
Is the handler available externally through discovery.
On Google it means this accessible through Discovery (see https://developers.google.com/actions/sdk/invocation-and-discovery#discovery) and on Alexa CanfulfillIntentRequest (see https://developer.amazon.com/docs/custom-skills/understand-name-free-interaction-for-custom-skills.html)