Interface AgentCoachingSuggestionOrBuilder (4.87.0)

public interface AgentCoachingSuggestionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentActionSuggestions(int index)

public abstract AgentCoachingSuggestion.AgentActionSuggestion getAgentActionSuggestions(int index)

Optional. Suggested actions for the agent to take.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AgentCoachingSuggestion.AgentActionSuggestion

getAgentActionSuggestionsCount()

public abstract int getAgentActionSuggestionsCount()

Optional. Suggested actions for the agent to take.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getAgentActionSuggestionsList()

public abstract List<AgentCoachingSuggestion.AgentActionSuggestion> getAgentActionSuggestionsList()

Optional. Suggested actions for the agent to take.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<AgentActionSuggestion>

getAgentActionSuggestionsOrBuilder(int index)

public abstract AgentCoachingSuggestion.AgentActionSuggestionOrBuilder getAgentActionSuggestionsOrBuilder(int index)

Optional. Suggested actions for the agent to take.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AgentCoachingSuggestion.AgentActionSuggestionOrBuilder

getAgentActionSuggestionsOrBuilderList()

public abstract List<? extends AgentCoachingSuggestion.AgentActionSuggestionOrBuilder> getAgentActionSuggestionsOrBuilderList()

Optional. Suggested actions for the agent to take.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestionOrBuilder>

getApplicableInstructions(int index)

public abstract AgentCoachingInstruction getApplicableInstructions(int index)

Optional. Instructions applicable based on the current context.

repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AgentCoachingInstruction

getApplicableInstructionsCount()

public abstract int getApplicableInstructionsCount()

Optional. Instructions applicable based on the current context.

repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getApplicableInstructionsList()

public abstract List<AgentCoachingInstruction> getApplicableInstructionsList()

Optional. Instructions applicable based on the current context.

repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<AgentCoachingInstruction>

getApplicableInstructionsOrBuilder(int index)

public abstract AgentCoachingInstructionOrBuilder getApplicableInstructionsOrBuilder(int index)

Optional. Instructions applicable based on the current context.

repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AgentCoachingInstructionOrBuilder

getApplicableInstructionsOrBuilderList()

public abstract List<? extends AgentCoachingInstructionOrBuilder> getApplicableInstructionsOrBuilderList()

Optional. Instructions applicable based on the current context.

repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.AgentCoachingInstructionOrBuilder>

getSampleResponses(int index)

public abstract AgentCoachingSuggestion.SampleResponse getSampleResponses(int index)

Optional. Sample response for the Agent.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AgentCoachingSuggestion.SampleResponse

getSampleResponsesCount()

public abstract int getSampleResponsesCount()

Optional. Sample response for the Agent.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getSampleResponsesList()

public abstract List<AgentCoachingSuggestion.SampleResponse> getSampleResponsesList()

Optional. Sample response for the Agent.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<SampleResponse>

getSampleResponsesOrBuilder(int index)

public abstract AgentCoachingSuggestion.SampleResponseOrBuilder getSampleResponsesOrBuilder(int index)

Optional. Sample response for the Agent.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AgentCoachingSuggestion.SampleResponseOrBuilder

getSampleResponsesOrBuilderList()

public abstract List<? extends AgentCoachingSuggestion.SampleResponseOrBuilder> getSampleResponsesOrBuilderList()

Optional. Sample response for the Agent.

repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponseOrBuilder>