Class GoogleCloudDialogflowV2Participant
Inheritance
GoogleCloudDialogflowV2Participant
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2Participant : 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
Declaration
[JsonProperty("sipRecordingMediaLabel")]
public virtual string SipRecordingMediaLabel { get; set; }
Property Value
Implements