Class: Google::Cloud::Dialogflow::V2::AgentCoachingContext
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AgentCoachingContext
- 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
-
#instructions ⇒ ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>
Optional.
-
#output_language_code ⇒ ::String
Optional.
-
#overarching_guidance ⇒ ::String
Optional.
-
#version ⇒ ::String
Optional.
Instance Attribute Details
#instructions ⇒ ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>
Returns Optional. Customized instructions for agent coaching.
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.
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.
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"].
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 |