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

Properties of a HumanAgentAssistantEvent.

Package

@google-cloud/dialogflow!

Properties

conversation

conversation?: (string|null);

HumanAgentAssistantEvent conversation

Property Value
TypeDescription
(string|null)

participant

participant?: (string|null);

HumanAgentAssistantEvent participant

Property Value
TypeDescription
(string|null)

suggestionResults

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

HumanAgentAssistantEvent suggestionResults

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