Show / Hide Table of Contents

Class GoogleCloudDialogflowV2IntentMessageSimpleResponses

The collection of simple response candidates. This message in QueryResult.fulfillment_messages and WebhookResponse.fulfillment_messages should contain only one SimpleResponse.

Inheritance
System.Object
GoogleCloudDialogflowV2IntentMessageSimpleResponses
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2IntentMessageSimpleResponses : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

SimpleResponses

Required. The list of simple responses.

Declaration
[JsonProperty("simpleResponses")]
public virtual IList<GoogleCloudDialogflowV2IntentMessageSimpleResponse> SimpleResponses { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleCloudDialogflowV2IntentMessageSimpleResponse>

Implements

IDirectResponseSchema
In This Article
Back to top