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