- 4.58.0 (latest)
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.45.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.1
- 4.8.6
- 4.7.5
- 4.6.0
- 4.5.11
- 4.4.0
- 4.3.1
public static final class AgentAssistantFeedback.Builder extends GeneratedMessageV3.Builder<AgentAssistantFeedback.Builder> implements AgentAssistantFeedbackOrBuilder
Detail feedback of Agent Assist result.
Protobuf type google.cloud.dialogflow.v2.AgentAssistantFeedback
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AgentAssistantFeedback.BuilderImplements
AgentAssistantFeedbackOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AgentAssistantFeedback.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
build()
public AgentAssistantFeedback build()
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback |
buildPartial()
public AgentAssistantFeedback buildPartial()
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback |
clear()
public AgentAssistantFeedback.Builder clear()
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
clearAnswerRelevance()
public AgentAssistantFeedback.Builder clearAnswerRelevance()
Optional. Whether or not the suggested answer is relevant.
For example:
- Query: "Can I change my mailing address?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- answer_relevance: AnswerRelevance.IRRELEVANT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
clearDocumentCorrectness()
public AgentAssistantFeedback.Builder clearDocumentCorrectness()
Optional. Whether or not the information in the document is correct.
For example:
- Query: "Can I return the package in 2 days once received?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- Ground truth: "No return or exchange is allowed."
- [document_correctness]: INCORRECT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
clearDocumentEfficiency()
public AgentAssistantFeedback.Builder clearDocumentEfficiency()
Optional. Whether or not the suggested document is efficient. For example, if the document is poorly written, hard to understand, hard to use or too long to find useful information, document_efficiency is DocumentEfficiency.INEFFICIENT.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AgentAssistantFeedback.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
clearKnowledgeAssistFeedback()
public AgentAssistantFeedback.Builder clearKnowledgeAssistFeedback()
Optional. Feedback for knowledge assist.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
clearKnowledgeSearchFeedback()
public AgentAssistantFeedback.Builder clearKnowledgeSearchFeedback()
Optional. Feedback for knowledge search.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AgentAssistantFeedback.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
clearSummarizationFeedback()
public AgentAssistantFeedback.Builder clearSummarizationFeedback()
Optional. Feedback for conversation summarization.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
clone()
public AgentAssistantFeedback.Builder clone()
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
getAnswerRelevance()
public AgentAssistantFeedback.AnswerRelevance getAnswerRelevance()
Optional. Whether or not the suggested answer is relevant.
For example:
- Query: "Can I change my mailing address?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- answer_relevance: AnswerRelevance.IRRELEVANT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.AnswerRelevance |
The answerRelevance. |
getAnswerRelevanceValue()
public int getAnswerRelevanceValue()
Optional. Whether or not the suggested answer is relevant.
For example:
- Query: "Can I change my mailing address?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- answer_relevance: AnswerRelevance.IRRELEVANT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for answerRelevance. |
getDefaultInstanceForType()
public AgentAssistantFeedback getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDocumentCorrectness()
public AgentAssistantFeedback.DocumentCorrectness getDocumentCorrectness()
Optional. Whether or not the information in the document is correct.
For example:
- Query: "Can I return the package in 2 days once received?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- Ground truth: "No return or exchange is allowed."
- [document_correctness]: INCORRECT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.DocumentCorrectness |
The documentCorrectness. |
getDocumentCorrectnessValue()
public int getDocumentCorrectnessValue()
Optional. Whether or not the information in the document is correct.
For example:
- Query: "Can I return the package in 2 days once received?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- Ground truth: "No return or exchange is allowed."
- [document_correctness]: INCORRECT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for documentCorrectness. |
getDocumentEfficiency()
public AgentAssistantFeedback.DocumentEfficiency getDocumentEfficiency()
Optional. Whether or not the suggested document is efficient. For example, if the document is poorly written, hard to understand, hard to use or too long to find useful information, document_efficiency is DocumentEfficiency.INEFFICIENT.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.DocumentEfficiency |
The documentEfficiency. |
getDocumentEfficiencyValue()
public int getDocumentEfficiencyValue()
Optional. Whether or not the suggested document is efficient. For example, if the document is poorly written, hard to understand, hard to use or too long to find useful information, document_efficiency is DocumentEfficiency.INEFFICIENT.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for documentEfficiency. |
getKnowledgeAssistFeedback()
public AgentAssistantFeedback.KnowledgeAssistFeedback getKnowledgeAssistFeedback()
Optional. Feedback for knowledge assist.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.KnowledgeAssistFeedback |
The knowledgeAssistFeedback. |
getKnowledgeAssistFeedbackBuilder()
public AgentAssistantFeedback.KnowledgeAssistFeedback.Builder getKnowledgeAssistFeedbackBuilder()
Optional. Feedback for knowledge assist.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.KnowledgeAssistFeedback.Builder |
getKnowledgeAssistFeedbackOrBuilder()
public AgentAssistantFeedback.KnowledgeAssistFeedbackOrBuilder getKnowledgeAssistFeedbackOrBuilder()
Optional. Feedback for knowledge assist.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.KnowledgeAssistFeedbackOrBuilder |
getKnowledgeSearchFeedback()
public AgentAssistantFeedback.KnowledgeSearchFeedback getKnowledgeSearchFeedback()
Optional. Feedback for knowledge search.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.KnowledgeSearchFeedback |
The knowledgeSearchFeedback. |
getKnowledgeSearchFeedbackBuilder()
public AgentAssistantFeedback.KnowledgeSearchFeedback.Builder getKnowledgeSearchFeedbackBuilder()
Optional. Feedback for knowledge search.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.KnowledgeSearchFeedback.Builder |
getKnowledgeSearchFeedbackOrBuilder()
public AgentAssistantFeedback.KnowledgeSearchFeedbackOrBuilder getKnowledgeSearchFeedbackOrBuilder()
Optional. Feedback for knowledge search.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.KnowledgeSearchFeedbackOrBuilder |
getSummarizationFeedback()
public AgentAssistantFeedback.SummarizationFeedback getSummarizationFeedback()
Optional. Feedback for conversation summarization.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.SummarizationFeedback |
The summarizationFeedback. |
getSummarizationFeedbackBuilder()
public AgentAssistantFeedback.SummarizationFeedback.Builder getSummarizationFeedbackBuilder()
Optional. Feedback for conversation summarization.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.SummarizationFeedback.Builder |
getSummarizationFeedbackOrBuilder()
public AgentAssistantFeedback.SummarizationFeedbackOrBuilder getSummarizationFeedbackOrBuilder()
Optional. Feedback for conversation summarization.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.SummarizationFeedbackOrBuilder |
hasKnowledgeAssistFeedback()
public boolean hasKnowledgeAssistFeedback()
Optional. Feedback for knowledge assist.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the knowledgeAssistFeedback field is set. |
hasKnowledgeSearchFeedback()
public boolean hasKnowledgeSearchFeedback()
Optional. Feedback for knowledge search.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the knowledgeSearchFeedback field is set. |
hasSummarizationFeedback()
public boolean hasSummarizationFeedback()
Optional. Feedback for conversation summarization.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the summarizationFeedback field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AgentAssistantFeedback other)
public AgentAssistantFeedback.Builder mergeFrom(AgentAssistantFeedback other)
Parameter | |
---|---|
Name | Description |
other |
AgentAssistantFeedback |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AgentAssistantFeedback.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AgentAssistantFeedback.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
mergeKnowledgeAssistFeedback(AgentAssistantFeedback.KnowledgeAssistFeedback value)
public AgentAssistantFeedback.Builder mergeKnowledgeAssistFeedback(AgentAssistantFeedback.KnowledgeAssistFeedback value)
Optional. Feedback for knowledge assist.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.KnowledgeAssistFeedback |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
mergeKnowledgeSearchFeedback(AgentAssistantFeedback.KnowledgeSearchFeedback value)
public AgentAssistantFeedback.Builder mergeKnowledgeSearchFeedback(AgentAssistantFeedback.KnowledgeSearchFeedback value)
Optional. Feedback for knowledge search.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.KnowledgeSearchFeedback |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
mergeSummarizationFeedback(AgentAssistantFeedback.SummarizationFeedback value)
public AgentAssistantFeedback.Builder mergeSummarizationFeedback(AgentAssistantFeedback.SummarizationFeedback value)
Optional. Feedback for conversation summarization.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.SummarizationFeedback |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AgentAssistantFeedback.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setAnswerRelevance(AgentAssistantFeedback.AnswerRelevance value)
public AgentAssistantFeedback.Builder setAnswerRelevance(AgentAssistantFeedback.AnswerRelevance value)
Optional. Whether or not the suggested answer is relevant.
For example:
- Query: "Can I change my mailing address?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- answer_relevance: AnswerRelevance.IRRELEVANT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.AnswerRelevance The answerRelevance to set. |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
setAnswerRelevanceValue(int value)
public AgentAssistantFeedback.Builder setAnswerRelevanceValue(int value)
Optional. Whether or not the suggested answer is relevant.
For example:
- Query: "Can I change my mailing address?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- answer_relevance: AnswerRelevance.IRRELEVANT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for answerRelevance to set. |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
setDocumentCorrectness(AgentAssistantFeedback.DocumentCorrectness value)
public AgentAssistantFeedback.Builder setDocumentCorrectness(AgentAssistantFeedback.DocumentCorrectness value)
Optional. Whether or not the information in the document is correct.
For example:
- Query: "Can I return the package in 2 days once received?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- Ground truth: "No return or exchange is allowed."
- [document_correctness]: INCORRECT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.DocumentCorrectness The documentCorrectness to set. |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
setDocumentCorrectnessValue(int value)
public AgentAssistantFeedback.Builder setDocumentCorrectnessValue(int value)
Optional. Whether or not the information in the document is correct.
For example:
- Query: "Can I return the package in 2 days once received?"
- Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
- Ground truth: "No return or exchange is allowed."
- [document_correctness]: INCORRECT
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for documentCorrectness to set. |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
setDocumentEfficiency(AgentAssistantFeedback.DocumentEfficiency value)
public AgentAssistantFeedback.Builder setDocumentEfficiency(AgentAssistantFeedback.DocumentEfficiency value)
Optional. Whether or not the suggested document is efficient. For example, if the document is poorly written, hard to understand, hard to use or too long to find useful information, document_efficiency is DocumentEfficiency.INEFFICIENT.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.DocumentEfficiency The documentEfficiency to set. |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
setDocumentEfficiencyValue(int value)
public AgentAssistantFeedback.Builder setDocumentEfficiencyValue(int value)
Optional. Whether or not the suggested document is efficient. For example, if the document is poorly written, hard to understand, hard to use or too long to find useful information, document_efficiency is DocumentEfficiency.INEFFICIENT.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for documentEfficiency to set. |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AgentAssistantFeedback.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setKnowledgeAssistFeedback(AgentAssistantFeedback.KnowledgeAssistFeedback value)
public AgentAssistantFeedback.Builder setKnowledgeAssistFeedback(AgentAssistantFeedback.KnowledgeAssistFeedback value)
Optional. Feedback for knowledge assist.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.KnowledgeAssistFeedback |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setKnowledgeAssistFeedback(AgentAssistantFeedback.KnowledgeAssistFeedback.Builder builderForValue)
public AgentAssistantFeedback.Builder setKnowledgeAssistFeedback(AgentAssistantFeedback.KnowledgeAssistFeedback.Builder builderForValue)
Optional. Feedback for knowledge assist.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
AgentAssistantFeedback.KnowledgeAssistFeedback.Builder |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setKnowledgeSearchFeedback(AgentAssistantFeedback.KnowledgeSearchFeedback value)
public AgentAssistantFeedback.Builder setKnowledgeSearchFeedback(AgentAssistantFeedback.KnowledgeSearchFeedback value)
Optional. Feedback for knowledge search.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.KnowledgeSearchFeedback |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setKnowledgeSearchFeedback(AgentAssistantFeedback.KnowledgeSearchFeedback.Builder builderForValue)
public AgentAssistantFeedback.Builder setKnowledgeSearchFeedback(AgentAssistantFeedback.KnowledgeSearchFeedback.Builder builderForValue)
Optional. Feedback for knowledge search.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
AgentAssistantFeedback.KnowledgeSearchFeedback.Builder |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AgentAssistantFeedback.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setSummarizationFeedback(AgentAssistantFeedback.SummarizationFeedback value)
public AgentAssistantFeedback.Builder setSummarizationFeedback(AgentAssistantFeedback.SummarizationFeedback value)
Optional. Feedback for conversation summarization.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
AgentAssistantFeedback.SummarizationFeedback |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setSummarizationFeedback(AgentAssistantFeedback.SummarizationFeedback.Builder builderForValue)
public AgentAssistantFeedback.Builder setSummarizationFeedback(AgentAssistantFeedback.SummarizationFeedback.Builder builderForValue)
Optional. Feedback for conversation summarization.
.google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
AgentAssistantFeedback.SummarizationFeedback.Builder |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AgentAssistantFeedback.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AgentAssistantFeedback.Builder |