public interface AgentCoachingContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstructions(int index)
public abstract AgentCoachingInstruction getInstructions(int index)Optional. Customized instructions for agent coaching.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AgentCoachingInstruction |
|
getInstructionsCount()
public abstract int getInstructionsCount()Optional. Customized instructions for agent coaching.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getInstructionsList()
public abstract List<AgentCoachingInstruction> getInstructionsList()Optional. Customized instructions for agent coaching.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<AgentCoachingInstruction> |
|
getInstructionsOrBuilder(int index)
public abstract AgentCoachingInstructionOrBuilder getInstructionsOrBuilder(int index)Optional. Customized instructions for agent coaching.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AgentCoachingInstructionOrBuilder |
|
getInstructionsOrBuilderList()
public abstract List<? extends AgentCoachingInstructionOrBuilder> getInstructionsOrBuilderList()Optional. Customized instructions for agent coaching.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2.AgentCoachingInstructionOrBuilder> |
|
getOutputLanguageCode()
public abstract String getOutputLanguageCode()Optional. Output language code.
string output_language_code = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The outputLanguageCode. |
getOutputLanguageCodeBytes()
public abstract ByteString getOutputLanguageCodeBytes()Optional. Output language code.
string output_language_code = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputLanguageCode. |
getOverarchingGuidance()
public abstract String getOverarchingGuidance()Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.
string overarching_guidance = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The overarchingGuidance. |
getOverarchingGuidanceBytes()
public abstract ByteString getOverarchingGuidanceBytes()Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.
string overarching_guidance = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for overarchingGuidance. |
getVersion()
public abstract String getVersion()Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.2"].
string version = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.2"].
string version = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |