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