Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::HumanAgentAssistantEvent (v0.17.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::HumanAgentAssistantEvent.

Represents a notification sent to Cloud Pub/Sub subscribers for human agent assistant events in a specific conversation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation

def conversation() -> ::String
Returns
  • (::String) — The conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.

#conversation=

def conversation=(value) -> ::String
Parameter
  • value (::String) — The conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.
Returns
  • (::String) — The conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.

#participant

def participant() -> ::String
Returns
  • (::String) — The participant that the suggestion is compiled for. Format: projects/<Project ID>/conversations/<Conversation ID>/participants/<Participant ID>. It will not be set in legacy workflow.

#participant=

def participant=(value) -> ::String
Parameter
  • value (::String) — The participant that the suggestion is compiled for. Format: projects/<Project ID>/conversations/<Conversation ID>/participants/<Participant ID>. It will not be set in legacy workflow.
Returns
  • (::String) — The participant that the suggestion is compiled for. Format: projects/<Project ID>/conversations/<Conversation ID>/participants/<Participant ID>. It will not be set in legacy workflow.

#suggestion_results

def suggestion_results() -> ::Array<::Google::Cloud::Dialogflow::V2::SuggestionResult>
Returns

#suggestion_results=

def suggestion_results=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::SuggestionResult>
Parameter
Returns