public interface AgentAssistantRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnswerCase()
public abstract AgentAssistantRecord.AnswerCase getAnswerCase()| Type | Description |
| AgentAssistantRecord.AnswerCase |
getArticleSuggestionAnswer()
public abstract ArticleAnswer getArticleSuggestionAnswer()Output only. The article suggestion answer.
.google.cloud.dialogflow.v2.ArticleAnswer article_suggestion_answer = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ArticleAnswer | The articleSuggestionAnswer. |
getArticleSuggestionAnswerOrBuilder()
public abstract ArticleAnswerOrBuilder getArticleSuggestionAnswerOrBuilder()Output only. The article suggestion answer.
.google.cloud.dialogflow.v2.ArticleAnswer article_suggestion_answer = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ArticleAnswerOrBuilder |
getFaqAnswer()
public abstract FaqAnswer getFaqAnswer()Output only. The FAQ answer.
.google.cloud.dialogflow.v2.FaqAnswer faq_answer = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| FaqAnswer | The faqAnswer. |
getFaqAnswerOrBuilder()
public abstract FaqAnswerOrBuilder getFaqAnswerOrBuilder()Output only. The FAQ answer.
.google.cloud.dialogflow.v2.FaqAnswer faq_answer = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| FaqAnswerOrBuilder |
hasArticleSuggestionAnswer()
public abstract boolean hasArticleSuggestionAnswer()Output only. The article suggestion answer.
.google.cloud.dialogflow.v2.ArticleAnswer article_suggestion_answer = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the articleSuggestionAnswer field is set. |
hasFaqAnswer()
public abstract boolean hasFaqAnswer()Output only. The FAQ answer.
.google.cloud.dialogflow.v2.FaqAnswer faq_answer = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the faqAnswer field is set. |