Interface protos.google.cloud.dialogflow.v2.IAnalyzeContentResponse (4.4.0)

Properties of an AnalyzeContentResponse.

Package

@google-cloud/dialogflow!

Properties

automatedAgentReply

automatedAgentReply?: (google.cloud.dialogflow.v2.IAutomatedAgentReply|null);

AnalyzeContentResponse automatedAgentReply

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IAutomatedAgentReply|null)

dtmfParameters

dtmfParameters?: (google.cloud.dialogflow.v2.IDtmfParameters|null);

AnalyzeContentResponse dtmfParameters

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IDtmfParameters|null)

endUserSuggestionResults

endUserSuggestionResults?: (google.cloud.dialogflow.v2.ISuggestionResult[]|null);

AnalyzeContentResponse endUserSuggestionResults

Property Value
TypeDescription
(google.cloud.dialogflow.v2.ISuggestionResult[]|null)

humanAgentSuggestionResults

humanAgentSuggestionResults?: (google.cloud.dialogflow.v2.ISuggestionResult[]|null);

AnalyzeContentResponse humanAgentSuggestionResults

Property Value
TypeDescription
(google.cloud.dialogflow.v2.ISuggestionResult[]|null)

message

message?: (google.cloud.dialogflow.v2.IMessage|null);

AnalyzeContentResponse message

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IMessage|null)

replyAudio

replyAudio?: (google.cloud.dialogflow.v2.IOutputAudio|null);

AnalyzeContentResponse replyAudio

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IOutputAudio|null)

replyText

replyText?: (string|null);

AnalyzeContentResponse replyText

Property Value
TypeDescription
(string|null)