public static final class AgentCoachingSuggestion.Builder extends GeneratedMessageV3.Builder<AgentCoachingSuggestion.Builder> implements AgentCoachingSuggestionOrBuilder
Suggestion for coaching agents.
Protobuf type google.cloud.dialogflow.v2.AgentCoachingSuggestion
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAgentActionSuggestions(AgentCoachingSuggestion.AgentActionSuggestion value)
public AgentCoachingSuggestion.Builder addAgentActionSuggestions(AgentCoachingSuggestion.AgentActionSuggestion value)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
addAgentActionSuggestions(AgentCoachingSuggestion.AgentActionSuggestion.Builder builderForValue)
public AgentCoachingSuggestion.Builder addAgentActionSuggestions(AgentCoachingSuggestion.AgentActionSuggestion.Builder builderForValue)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
addAgentActionSuggestions(int index, AgentCoachingSuggestion.AgentActionSuggestion value)
public AgentCoachingSuggestion.Builder addAgentActionSuggestions(int index, AgentCoachingSuggestion.AgentActionSuggestion value)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
addAgentActionSuggestions(int index, AgentCoachingSuggestion.AgentActionSuggestion.Builder builderForValue)
public AgentCoachingSuggestion.Builder addAgentActionSuggestions(int index, AgentCoachingSuggestion.AgentActionSuggestion.Builder builderForValue)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
addAgentActionSuggestionsBuilder()
public AgentCoachingSuggestion.AgentActionSuggestion.Builder addAgentActionSuggestionsBuilder()
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
addAgentActionSuggestionsBuilder(int index)
public AgentCoachingSuggestion.AgentActionSuggestion.Builder addAgentActionSuggestionsBuilder(int index)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
addAllAgentActionSuggestions(Iterable<? extends AgentCoachingSuggestion.AgentActionSuggestion> values)
public AgentCoachingSuggestion.Builder addAllAgentActionSuggestions(Iterable<? extends AgentCoachingSuggestion.AgentActionSuggestion> values)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion>
|
addAllApplicableInstructions(Iterable<? extends AgentCoachingInstruction> values)
public AgentCoachingSuggestion.Builder addAllApplicableInstructions(Iterable<? extends AgentCoachingInstruction> values)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.dialogflow.v2.AgentCoachingInstruction>
|
addAllSampleResponses(Iterable<? extends AgentCoachingSuggestion.SampleResponse> values)
public AgentCoachingSuggestion.Builder addAllSampleResponses(Iterable<? extends AgentCoachingSuggestion.SampleResponse> values)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse>
|
addApplicableInstructions(AgentCoachingInstruction value)
public AgentCoachingSuggestion.Builder addApplicableInstructions(AgentCoachingInstruction value)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
addApplicableInstructions(AgentCoachingInstruction.Builder builderForValue)
public AgentCoachingSuggestion.Builder addApplicableInstructions(AgentCoachingInstruction.Builder builderForValue)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
addApplicableInstructions(int index, AgentCoachingInstruction value)
public AgentCoachingSuggestion.Builder addApplicableInstructions(int index, AgentCoachingInstruction value)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
addApplicableInstructions(int index, AgentCoachingInstruction.Builder builderForValue)
public AgentCoachingSuggestion.Builder addApplicableInstructions(int index, AgentCoachingInstruction.Builder builderForValue)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
addApplicableInstructionsBuilder()
public AgentCoachingInstruction.Builder addApplicableInstructionsBuilder()
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
addApplicableInstructionsBuilder(int index)
public AgentCoachingInstruction.Builder addApplicableInstructionsBuilder(int index)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AgentCoachingSuggestion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addSampleResponses(AgentCoachingSuggestion.SampleResponse value)
public AgentCoachingSuggestion.Builder addSampleResponses(AgentCoachingSuggestion.SampleResponse value)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
addSampleResponses(AgentCoachingSuggestion.SampleResponse.Builder builderForValue)
public AgentCoachingSuggestion.Builder addSampleResponses(AgentCoachingSuggestion.SampleResponse.Builder builderForValue)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
addSampleResponses(int index, AgentCoachingSuggestion.SampleResponse value)
public AgentCoachingSuggestion.Builder addSampleResponses(int index, AgentCoachingSuggestion.SampleResponse value)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
addSampleResponses(int index, AgentCoachingSuggestion.SampleResponse.Builder builderForValue)
public AgentCoachingSuggestion.Builder addSampleResponses(int index, AgentCoachingSuggestion.SampleResponse.Builder builderForValue)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
addSampleResponsesBuilder()
public AgentCoachingSuggestion.SampleResponse.Builder addSampleResponsesBuilder()
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
addSampleResponsesBuilder(int index)
public AgentCoachingSuggestion.SampleResponse.Builder addSampleResponsesBuilder(int index)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
build()
public AgentCoachingSuggestion build()
buildPartial()
public AgentCoachingSuggestion buildPartial()
clear()
public AgentCoachingSuggestion.Builder clear()
Overrides
clearAgentActionSuggestions()
public AgentCoachingSuggestion.Builder clearAgentActionSuggestions()
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
clearApplicableInstructions()
public AgentCoachingSuggestion.Builder clearApplicableInstructions()
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public AgentCoachingSuggestion.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AgentCoachingSuggestion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSampleResponses()
public AgentCoachingSuggestion.Builder clearSampleResponses()
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
clone()
public AgentCoachingSuggestion.Builder clone()
Overrides
getAgentActionSuggestions(int index)
public AgentCoachingSuggestion.AgentActionSuggestion getAgentActionSuggestions(int index)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getAgentActionSuggestionsBuilder(int index)
public AgentCoachingSuggestion.AgentActionSuggestion.Builder getAgentActionSuggestionsBuilder(int index)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getAgentActionSuggestionsBuilderList()
public List<AgentCoachingSuggestion.AgentActionSuggestion.Builder> getAgentActionSuggestionsBuilderList()
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
getAgentActionSuggestionsCount()
public int getAgentActionSuggestionsCount()
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getAgentActionSuggestionsList()
public List<AgentCoachingSuggestion.AgentActionSuggestion> getAgentActionSuggestionsList()
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
getAgentActionSuggestionsOrBuilder(int index)
public AgentCoachingSuggestion.AgentActionSuggestionOrBuilder getAgentActionSuggestionsOrBuilder(int index)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getAgentActionSuggestionsOrBuilderList()
public List<? extends AgentCoachingSuggestion.AgentActionSuggestionOrBuilder> getAgentActionSuggestionsOrBuilderList()
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestionOrBuilder> |
|
getApplicableInstructions(int index)
public AgentCoachingInstruction getApplicableInstructions(int index)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getApplicableInstructionsBuilder(int index)
public AgentCoachingInstruction.Builder getApplicableInstructionsBuilder(int index)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getApplicableInstructionsBuilderList()
public List<AgentCoachingInstruction.Builder> getApplicableInstructionsBuilderList()
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
getApplicableInstructionsCount()
public int getApplicableInstructionsCount()
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getApplicableInstructionsList()
public List<AgentCoachingInstruction> getApplicableInstructionsList()
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
getApplicableInstructionsOrBuilder(int index)
public AgentCoachingInstructionOrBuilder getApplicableInstructionsOrBuilder(int index)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getApplicableInstructionsOrBuilderList()
public List<? extends AgentCoachingInstructionOrBuilder> getApplicableInstructionsOrBuilderList()
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.dialogflow.v2.AgentCoachingInstructionOrBuilder> |
|
getDefaultInstanceForType()
public AgentCoachingSuggestion getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSampleResponses(int index)
public AgentCoachingSuggestion.SampleResponse getSampleResponses(int index)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getSampleResponsesBuilder(int index)
public AgentCoachingSuggestion.SampleResponse.Builder getSampleResponsesBuilder(int index)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getSampleResponsesBuilderList()
public List<AgentCoachingSuggestion.SampleResponse.Builder> getSampleResponsesBuilderList()
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
getSampleResponsesCount()
public int getSampleResponsesCount()
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getSampleResponsesList()
public List<AgentCoachingSuggestion.SampleResponse> getSampleResponsesList()
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
getSampleResponsesOrBuilder(int index)
public AgentCoachingSuggestion.SampleResponseOrBuilder getSampleResponsesOrBuilder(int index)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getSampleResponsesOrBuilderList()
public List<? extends AgentCoachingSuggestion.SampleResponseOrBuilder> getSampleResponsesOrBuilderList()
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponseOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AgentCoachingSuggestion other)
public AgentCoachingSuggestion.Builder mergeFrom(AgentCoachingSuggestion other)
public AgentCoachingSuggestion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AgentCoachingSuggestion.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AgentCoachingSuggestion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAgentActionSuggestions(int index)
public AgentCoachingSuggestion.Builder removeAgentActionSuggestions(int index)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
removeApplicableInstructions(int index)
public AgentCoachingSuggestion.Builder removeApplicableInstructions(int index)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
removeSampleResponses(int index)
public AgentCoachingSuggestion.Builder removeSampleResponses(int index)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
setAgentActionSuggestions(int index, AgentCoachingSuggestion.AgentActionSuggestion value)
public AgentCoachingSuggestion.Builder setAgentActionSuggestions(int index, AgentCoachingSuggestion.AgentActionSuggestion value)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
setAgentActionSuggestions(int index, AgentCoachingSuggestion.AgentActionSuggestion.Builder builderForValue)
public AgentCoachingSuggestion.Builder setAgentActionSuggestions(int index, AgentCoachingSuggestion.AgentActionSuggestion.Builder builderForValue)
Optional. Suggested actions for the agent to take.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.AgentActionSuggestion agent_action_suggestions = 2 [(.google.api.field_behavior) = OPTIONAL];
setApplicableInstructions(int index, AgentCoachingInstruction value)
public AgentCoachingSuggestion.Builder setApplicableInstructions(int index, AgentCoachingInstruction value)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
setApplicableInstructions(int index, AgentCoachingInstruction.Builder builderForValue)
public AgentCoachingSuggestion.Builder setApplicableInstructions(int index, AgentCoachingInstruction.Builder builderForValue)
Optional. Instructions applicable based on the current context.
repeated .google.cloud.dialogflow.v2.AgentCoachingInstruction applicable_instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
setField(Descriptors.FieldDescriptor field, Object value)
public AgentCoachingSuggestion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AgentCoachingSuggestion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSampleResponses(int index, AgentCoachingSuggestion.SampleResponse value)
public AgentCoachingSuggestion.Builder setSampleResponses(int index, AgentCoachingSuggestion.SampleResponse value)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
setSampleResponses(int index, AgentCoachingSuggestion.SampleResponse.Builder builderForValue)
public AgentCoachingSuggestion.Builder setSampleResponses(int index, AgentCoachingSuggestion.SampleResponse.Builder builderForValue)
Optional. Sample response for the Agent.
repeated .google.cloud.dialogflow.v2.AgentCoachingSuggestion.SampleResponse sample_responses = 3 [(.google.api.field_behavior) = OPTIONAL];
setUnknownFields(UnknownFieldSet unknownFields)
public final AgentCoachingSuggestion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides