AboutSupportDeveloper GuideVersion 38.126.82.64

Interface IntentMetadata<TargetType>

The type used to describe an intent within the platform.

interface IntentMetadata<TargetType> {
    intentResolutionResultId?: string;
    resultType?: string;
    target?: TargetType;
}

Type Parameters

  • TargetType = any

Properties

intentResolutionResultId?: string
resultType?: string
target?: TargetType