Interface AgentCoachingSuggestion.AgentActionSuggestionOrBuilder (4.87.0)

public static interface AgentCoachingSuggestion.AgentActionSuggestionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentAction()

public abstract String getAgentAction()

Optional. The suggested action for the agent.

string agent_action = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The agentAction.

getAgentActionBytes()

public abstract ByteString getAgentActionBytes()

Optional. The suggested action for the agent.

string agent_action = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for agentAction.

getDuplicateCheckResult()

public abstract AgentCoachingSuggestion.DuplicateCheckResult getDuplicateCheckResult()

Output only. Duplicate check result for the agent action suggestion.

.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.DuplicateCheckResult duplicate_check_result = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AgentCoachingSuggestion.DuplicateCheckResult

The duplicateCheckResult.

getDuplicateCheckResultOrBuilder()

public abstract AgentCoachingSuggestion.DuplicateCheckResultOrBuilder getDuplicateCheckResultOrBuilder()

Output only. Duplicate check result for the agent action suggestion.

.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.DuplicateCheckResult duplicate_check_result = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AgentCoachingSuggestion.DuplicateCheckResultOrBuilder

getSources()

public abstract AgentCoachingSuggestion.Sources getSources()

Output only. Sources for the agent action suggestion.

.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.Sources sources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AgentCoachingSuggestion.Sources

The sources.

getSourcesOrBuilder()

public abstract AgentCoachingSuggestion.SourcesOrBuilder getSourcesOrBuilder()

Output only. Sources for the agent action suggestion.

.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.Sources sources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AgentCoachingSuggestion.SourcesOrBuilder

hasDuplicateCheckResult()

public abstract boolean hasDuplicateCheckResult()

Output only. Duplicate check result for the agent action suggestion.

.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.DuplicateCheckResult duplicate_check_result = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the duplicateCheckResult field is set.

hasSources()

public abstract boolean hasSources()

Output only. Sources for the agent action suggestion.

.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.Sources sources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the sources field is set.