Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::AgentCoachingContext.
Agent Coaching context that customer can configure.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instructions
def instructions() -> ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>) — Optional. Customized instructions for agent coaching.
#instructions=
def instructions=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>) — Optional. Customized instructions for agent coaching.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>) — Optional. Customized instructions for agent coaching.
#output_language_code
def output_language_code() -> ::String
Returns
- (::String) — Optional. Output language code.
#output_language_code=
def output_language_code=(value) -> ::String
Parameter
- value (::String) — Optional. Output language code.
Returns
- (::String) — Optional. Output language code.
#overarching_guidance
def overarching_guidance() -> ::String
Returns
- (::String) — Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.
#overarching_guidance=
def overarching_guidance=(value) -> ::String
Parameter
- value (::String) — 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.
#version
def version() -> ::String
Returns
- (::String) — Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.2"].
#version=
def version=(value) -> ::String
Parameter
- value (::String) — 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"].