GoogleCloudDialogflowCxV3beta1Fulfillment
import type { GoogleCloudDialogflowCxV3beta1Fulfillment } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3beta1Fulfillment {
advancedSettings?: GoogleCloudDialogflowCxV3beta1AdvancedSettings;
conditionalCases?: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases[];
enableGenerativeFallback?: boolean;
generators?: GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings[];
messages?: GoogleCloudDialogflowCxV3beta1ResponseMessage[];
returnPartialResponses?: boolean;
setParameterActions?: GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction[];
tag?: string;
webhook?: string;
}§Properties
§
advancedSettings?: GoogleCloudDialogflowCxV3beta1AdvancedSettings
[src]§
conditionalCases?: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases[]
[src]§
messages?: GoogleCloudDialogflowCxV3beta1ResponseMessage[]
[src]§
setParameterActions?: GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction[]
[src]