GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses
import type { GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";The collection of simple response candidates. This message in
QueryResult.fulfillment_messages and WebhookResponse.fulfillment_messages
should contain only one SimpleResponse.
interface GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses {
simpleResponses?: GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse[];
}§Properties
§
simpleResponses?: GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse[]
[src]Required. The list of simple responses.