Class GoogleCloudDialogflowV2ListConversationProfilesResponse
Inheritance
GoogleCloudDialogflowV2ListConversationProfilesResponse
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ListConversationProfilesResponse : IDirectResponseSchema
Properties
ConversationProfiles
Declaration
[JsonProperty("conversationProfiles")]
public virtual IList<GoogleCloudDialogflowV2ConversationProfile> ConversationProfiles { 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