Class: Google::Cloud::Dialogflow::V2::AgentCoachingContext

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

Overview

Agent Coaching context that customer can configure.

Instance Attribute Summary collapse

Instance Attribute Details

#instructions::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>

Returns Optional. Customized instructions for agent coaching.

Returns:



246
247
248
249
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 246

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

#output_language_code::String

Returns Optional. Output language code.

Returns:

  • (::String)

    Optional. Output language code.



246
247
248
249
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 246

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

#overarching_guidance::String

Returns Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.

Returns:

  • (::String)

    Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.



246
247
248
249
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 246

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

#version::String

Returns Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.2"].

Returns:

  • (::String)

    Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.2"].



246
247
248
249
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 246

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