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