public static interface AgentCoachingSuggestion.SampleResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDuplicateCheckResult()
public abstract AgentCoachingSuggestion.DuplicateCheckResult getDuplicateCheckResult()Output only. Duplicate check result for the sample response.
.google.cloud.dialogflow.v2.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 sample response.
.google.cloud.dialogflow.v2.AgentCoachingSuggestion.DuplicateCheckResult duplicate_check_result = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AgentCoachingSuggestion.DuplicateCheckResultOrBuilder |
|
getResponseText()
public abstract String getResponseText()Optional. Sample response for Agent in text.
string response_text = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The responseText. |
getResponseTextBytes()
public abstract ByteString getResponseTextBytes()Optional. Sample response for Agent in text.
string response_text = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for responseText. |
getSources()
public abstract AgentCoachingSuggestion.Sources getSources()Output only. Sources for the Sample Response.
.google.cloud.dialogflow.v2.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 Sample Response.
.google.cloud.dialogflow.v2.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 sample response.
.google.cloud.dialogflow.v2.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 Sample Response.
.google.cloud.dialogflow.v2.AgentCoachingSuggestion.Sources sources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sources field is set. |