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