Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata

Metadata about the Conversational Agents playbook dimension.

Inheritance
object
GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PlaybookDisplayName

Optional. The dialogflow playbook display name.

Declaration
[JsonProperty("playbookDisplayName")]
public virtual string PlaybookDisplayName { get; set; }
Property Value
Type Description
string

PlaybookId

Optional. The dialogflow playbook ID.

Declaration
[JsonProperty("playbookId")]
public virtual string PlaybookId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX