Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#conversation::String

Returns 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>.



38
39
40
41
# File 'proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb', line 38

class HumanAgentAssistantEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#participant::String

Returns 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.



38
39
40
41
# File 'proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb', line 38

class HumanAgentAssistantEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#suggestion_results::Array<::Google::Cloud::Dialogflow::V2::SuggestionResult>

Returns The suggestion results payload that this notification refers to.

Returns:



38
39
40
41
# File 'proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb', line 38

class HumanAgentAssistantEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end