Class GoogleCloudDialogflowV2IntentMessageSimpleResponses
The collection of simple response candidates. This message in QueryResult.fulfillment_messages
and
WebhookResponse.fulfillment_messages
should contain only one SimpleResponse
.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2IntentMessageSimpleResponses : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SimpleResponses
Required. The list of simple responses.
Declaration
[JsonProperty("simpleResponses")]
public virtual IList<GoogleCloudDialogflowV2IntentMessageSimpleResponse> SimpleResponses { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2IntentMessageSimpleResponse> |