public static interface Evaluation.StepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentTransfer()
public abstract AgentTransfer getAgentTransfer()Optional. Transfer the conversation to a different agent.
.google.cloud.ces.v1beta.AgentTransfer agent_transfer = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AgentTransfer |
The agentTransfer. |
getAgentTransferOrBuilder()
public abstract AgentTransferOrBuilder getAgentTransferOrBuilder()Optional. Transfer the conversation to a different agent.
.google.cloud.ces.v1beta.AgentTransfer agent_transfer = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AgentTransferOrBuilder |
|
getExpectation()
public abstract Evaluation.GoldenExpectation getExpectation()Optional. Executes an expectation on the current turn.
.google.cloud.ces.v1beta.Evaluation.GoldenExpectation expectation = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Evaluation.GoldenExpectation |
The expectation. |
getExpectationOrBuilder()
public abstract Evaluation.GoldenExpectationOrBuilder getExpectationOrBuilder()Optional. Executes an expectation on the current turn.
.google.cloud.ces.v1beta.Evaluation.GoldenExpectation expectation = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Evaluation.GoldenExpectationOrBuilder |
|
getStepCase()
public abstract Evaluation.Step.StepCase getStepCase()| Returns | |
|---|---|
| Type | Description |
Evaluation.Step.StepCase |
|
getUserInput()
public abstract SessionInput getUserInput()Optional. User input for the conversation.
.google.cloud.ces.v1beta.SessionInput user_input = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SessionInput |
The userInput. |
getUserInputOrBuilder()
public abstract SessionInputOrBuilder getUserInputOrBuilder()Optional. User input for the conversation.
.google.cloud.ces.v1beta.SessionInput user_input = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SessionInputOrBuilder |
|
hasAgentTransfer()
public abstract boolean hasAgentTransfer()Optional. Transfer the conversation to a different agent.
.google.cloud.ces.v1beta.AgentTransfer agent_transfer = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the agentTransfer field is set. |
hasExpectation()
public abstract boolean hasExpectation()Optional. Executes an expectation on the current turn.
.google.cloud.ces.v1beta.Evaluation.GoldenExpectation expectation = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expectation field is set. |
hasUserInput()
public abstract boolean hasUserInput()Optional. User input for the conversation.
.google.cloud.ces.v1beta.SessionInput user_input = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userInput field is set. |