Class GoogleCloudDialogflowV2AgentCoachingSuggestionSources
Inheritance
GoogleCloudDialogflowV2AgentCoachingSuggestionSources
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AgentCoachingSuggestionSources : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
InstructionIndexes
Declaration
[JsonProperty("instructionIndexes")]
public virtual IList<int?> InstructionIndexes { get; set; }
Property Value
Implements