Class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
Sources for the suggestion.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstructionIndexes
Output only. Source instruction indexes for the suggestion. This is the index of the applicable_instructions field.
Declaration
[JsonProperty("instructionIndexes")]
public virtual IList<int?> InstructionIndexes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<int?> |