Class GoogleCloudDialogflowV2beta1Participant
Inheritance
GoogleCloudDialogflowV2beta1Participant
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Participant : IDirectResponseSchema
Properties
AgentDesktopSource
Declaration
[JsonProperty("agentDesktopSource")]
public virtual string AgentDesktopSource { get; set; }
Property Value
Declaration
[JsonProperty("documentsMetadataFilters")]
public virtual IDictionary<string, string> DocumentsMetadataFilters { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
ObfuscatedExternalUserId
Declaration
[JsonProperty("obfuscatedExternalUserId")]
public virtual string ObfuscatedExternalUserId { get; set; }
Property Value
Role
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Implements