Class URIs
Message storing the URIs of the ContactCenter.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class URIs : IDirectResponseSchema
Properties
ChatBotUri
Chat Bot Uri of the ContactCenter
Declaration
[JsonProperty("chatBotUri")]
public virtual string ChatBotUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MediaUri
Media Uri of the ContactCenter.
Declaration
[JsonProperty("mediaUri")]
public virtual string MediaUri { get; set; }
Property Value
Type | Description |
---|---|
string |
RootUri
Root Uri of the ContactCenter.
Declaration
[JsonProperty("rootUri")]
public virtual string RootUri { get; set; }
Property Value
Type | Description |
---|---|
string |
VirtualAgentStreamingServiceUri
Virtual Agent Streaming Service Uri of the ContactCenter.
Declaration
[JsonProperty("virtualAgentStreamingServiceUri")]
public virtual string VirtualAgentStreamingServiceUri { get; set; }
Property Value
Type | Description |
---|---|
string |