Class GoogleCloudDialogflowV2SuggestionInput
Represents the selection of a suggestion.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SuggestionInput : IDirectResponseSchema
Properties
AnswerRecord
Required. The ID of a suggestion selected by the human agent. The suggestion(s) were generated in a previous
call to request Dialogflow assist. The format is: projects//locations//answerRecords/
where is an
alphanumeric string.
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |