Class GoogleCloudContactcenterinsightsV1LossPatternLinkBotInstructionLink
A link to a bot instruction.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1LossPatternLinkBotInstructionLink : 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 |