Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion.
Suggestion for coaching agents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_action_suggestions
def agent_action_suggestions() -> ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::AgentActionSuggestion>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::AgentActionSuggestion>) — Optional. Suggested actions for the agent to take.
#agent_action_suggestions=
def agent_action_suggestions=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::AgentActionSuggestion>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::AgentActionSuggestion>) — Optional. Suggested actions for the agent to take.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::AgentActionSuggestion>) — Optional. Suggested actions for the agent to take.
#applicable_instructions
def applicable_instructions() -> ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>) — Optional. Instructions applicable based on the current context.
#applicable_instructions=
def applicable_instructions=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>) — Optional. Instructions applicable based on the current context.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction>) — Optional. Instructions applicable based on the current context.
#sample_responses
def sample_responses() -> ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse>) — Optional. Sample response for the Agent.
#sample_responses=
def sample_responses=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse>) — Optional. Sample response for the Agent.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse>) — Optional. Sample response for the Agent.