Class GoogleCloudDialogflowV2beta1AnalyzeContentResponse
The response message for Participants.AnalyzeContent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AnalyzeContentResponse : IDirectResponseSchema
Properties
AutomatedAgentReply
Optional. Only set if a Dialogflow automated agent has responded. Note that: AutomatedAgentReply.detect_intent_response.output_audio and AutomatedAgentReply.detect_intent_response.output_audio_config are always empty, use reply_audio instead.
Declaration
[JsonProperty("automatedAgentReply")]
public virtual GoogleCloudDialogflowV2beta1AutomatedAgentReply AutomatedAgentReply { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1AutomatedAgentReply |
DtmfParameters
Indicates the parameters of DTMF.
Declaration
[JsonProperty("dtmfParameters")]
public virtual GoogleCloudDialogflowV2beta1DtmfParameters DtmfParameters { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1DtmfParameters |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndUserSuggestionResults
The suggestions for end user. The order is the same as HumanAgentAssistantConfig.SuggestionConfig.feature_configs of HumanAgentAssistantConfig.end_user_suggestion_config. Same as human_agent_suggestion_results, any failure of Agent Assist features will not lead to the overall failure of an AnalyzeContent API call. Instead, the features will fail silently with the error field set in the corresponding SuggestionResult.
Declaration
[JsonProperty("endUserSuggestionResults")]
public virtual IList<GoogleCloudDialogflowV2beta1SuggestionResult> EndUserSuggestionResults { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1SuggestionResult> |
HumanAgentSuggestionResults
The suggestions for most recent human agent. The order is the same as HumanAgentAssistantConfig.SuggestionConfig.feature_configs of HumanAgentAssistantConfig.human_agent_suggestion_config. Note that any failure of Agent Assist features will not lead to the overall failure of an AnalyzeContent API call. Instead, the features will fail silently with the error field set in the corresponding SuggestionResult.
Declaration
[JsonProperty("humanAgentSuggestionResults")]
public virtual IList<GoogleCloudDialogflowV2beta1SuggestionResult> HumanAgentSuggestionResults { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1SuggestionResult> |
Message
Output only. Message analyzed by CCAI.
Declaration
[JsonProperty("message")]
public virtual GoogleCloudDialogflowV2beta1Message Message { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1Message |
ReplyAudio
Optional. The audio data bytes encoded as specified in the request. This field is set if: -
reply_audio_config
was specified in the request, or - The automated agent responded with audio to play to
the user. In such case, reply_audio.config
contains settings used to synthesize the speech. In some
scenarios, multiple output audio fields may be present in the response structure. In these cases, only the
top-most-level audio output has content.
Declaration
[JsonProperty("replyAudio")]
public virtual GoogleCloudDialogflowV2beta1OutputAudio ReplyAudio { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1OutputAudio |
ReplyText
Output only. The output text content. This field is set if the automated agent responded with text to show to the user.
Declaration
[JsonProperty("replyText")]
public virtual string ReplyText { get; set; }
Property Value
Type | Description |
---|---|
string |