Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1LossPatternLinkBotInstructionLink

A link to a bot instruction.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1LossPatternLinkBotInstructionLink
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 GoogleCloudContactcenterinsightsV1alpha1LossPatternLinkBotInstructionLink : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndLine

The exclusive end line number of the instructions.

Declaration
[JsonProperty("endLine")]
public virtual int? EndLine { get; set; }
Property Value
Type Description
int?

StartLine

The inclusive start line number of the instructions.

Declaration
[JsonProperty("startLine")]
public virtual int? StartLine { get; set; }
Property Value
Type Description
int?

Subagent

The name of the subagent.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX