Class GoogleCloudDialogflowV2ListConversationsResponse
Inheritance
GoogleCloudDialogflowV2ListConversationsResponse
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ListConversationsResponse : IDirectResponseSchema
Properties
Conversations
Declaration
[JsonProperty("conversations")]
public virtual IList<GoogleCloudDialogflowV2Conversation> Conversations { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements