Interface AgentCoachingInstructionOrBuilder (4.87.0)

public interface AgentCoachingInstructionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentAction()

public abstract String getAgentAction()

Optional. The action that human agent should take. For example, "apologize for the slow shipping". If the users only want to use agent coaching for intent detection, agent_action can be empty

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

Returns
Type Description
String

The agentAction.

getAgentActionBytes()

public abstract ByteString getAgentActionBytes()

Optional. The action that human agent should take. For example, "apologize for the slow shipping". If the users only want to use agent coaching for intent detection, agent_action can be empty

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

Returns
Type Description
ByteString

The bytes for agentAction.

getCondition()

public abstract String getCondition()

Optional. The condition of the instruction. For example, "the customer wants to cancel an order". If the users want the instruction to be triggered unconditionally, the condition can be empty.

string condition = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The condition.

getConditionBytes()

public abstract ByteString getConditionBytes()

Optional. The condition of the instruction. For example, "the customer wants to cancel an order". If the users want the instruction to be triggered unconditionally, the condition can be empty.

string condition = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for condition.

getDisplayDetails()

public abstract String getDisplayDetails()

Optional. The detailed description of this instruction.

string display_details = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The displayDetails.

getDisplayDetailsBytes()

public abstract ByteString getDisplayDetailsBytes()

Optional. The detailed description of this instruction.

string display_details = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for displayDetails.

getDisplayName()

public abstract String getDisplayName()

Optional. Display name for the instruction.

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

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Optional. Display name for the instruction.

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

Returns
Type Description
ByteString

The bytes for displayName.

getDuplicateCheckResult()

public abstract AgentCoachingInstruction.DuplicateCheckResult getDuplicateCheckResult()

Output only. Duplication check for the AgentCoachingInstruction.

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

Returns
Type Description
AgentCoachingInstruction.DuplicateCheckResult

The duplicateCheckResult.

getDuplicateCheckResultOrBuilder()

public abstract AgentCoachingInstruction.DuplicateCheckResultOrBuilder getDuplicateCheckResultOrBuilder()

Output only. Duplication check for the AgentCoachingInstruction.

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

Returns
Type Description
AgentCoachingInstruction.DuplicateCheckResultOrBuilder

getSystemAction()

public abstract String getSystemAction()

Optional. The action that system should take. For example, "call GetOrderTime with order_number={order number provided by the customer}". If the users don't have plugins or don't want to trigger plugins, the system_action can be empty

string system_action = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The systemAction.

getSystemActionBytes()

public abstract ByteString getSystemActionBytes()

Optional. The action that system should take. For example, "call GetOrderTime with order_number={order number provided by the customer}". If the users don't have plugins or don't want to trigger plugins, the system_action can be empty

string system_action = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for systemAction.

getTriggeringEvent()

public abstract AgentCoachingInstruction.TriggerEvent getTriggeringEvent()

Optional. The event that should trigger this instruction. If UNSPECIFIED, the instruction triggering will be same as the generator's trigger_event.

.google.cloud.dialogflow.v2beta1.AgentCoachingInstruction.TriggerEvent triggering_event = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AgentCoachingInstruction.TriggerEvent

The triggeringEvent.

getTriggeringEventValue()

public abstract int getTriggeringEventValue()

Optional. The event that should trigger this instruction. If UNSPECIFIED, the instruction triggering will be same as the generator's trigger_event.

.google.cloud.dialogflow.v2beta1.AgentCoachingInstruction.TriggerEvent triggering_event = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for triggeringEvent.

hasDuplicateCheckResult()

public abstract boolean hasDuplicateCheckResult()

Output only. Duplication check for the AgentCoachingInstruction.

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

Returns
Type Description
boolean

Whether the duplicateCheckResult field is set.