Class GoogleCloudDialogflowCxV3ListAgentsResponse
Inheritance
GoogleCloudDialogflowCxV3ListAgentsResponse
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ListAgentsResponse : IDirectResponseSchema
Properties
Agents
Declaration
[JsonProperty("agents")]
public virtual IList<GoogleCloudDialogflowCxV3Agent> Agents { 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