Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
Suggestion.FaqAnswer |
Suggestion.FaqAnswer.Builder.build() |
Suggestion.FaqAnswer |
Suggestion.FaqAnswer.Builder.buildPartial() |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.getDefaultInstance() |
Suggestion.FaqAnswer |
Suggestion.FaqAnswer.getDefaultInstanceForType() |
Suggestion.FaqAnswer |
Suggestion.FaqAnswer.Builder.getDefaultInstanceForType() |
Suggestion.FaqAnswer |
Suggestion.getFaqAnswers(int index)
Deprecated.
Output only.
|
Suggestion.FaqAnswer |
Suggestion.Builder.getFaqAnswers(int index)
Output only.
|
Suggestion.FaqAnswer |
SuggestionOrBuilder.getFaqAnswers(int index)
Deprecated.
Output only.
|
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseDelimitedFrom(InputStream input) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(byte[] data) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(ByteBuffer data) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(ByteString data) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(CodedInputStream input) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(InputStream input) |
static Suggestion.FaqAnswer |
Suggestion.FaqAnswer.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Suggestion.FaqAnswer> |
Suggestion.getFaqAnswersList()
Deprecated.
Output only.
|
List<Suggestion.FaqAnswer> |
Suggestion.Builder.getFaqAnswersList()
Output only.
|
List<Suggestion.FaqAnswer> |
SuggestionOrBuilder.getFaqAnswersList()
Deprecated.
Output only.
|
Parser<Suggestion.FaqAnswer> |
Suggestion.FaqAnswer.getParserForType() |
static Parser<Suggestion.FaqAnswer> |
Suggestion.FaqAnswer.parser() |
Modifier and Type | Method and Description |
---|---|
Suggestion.Builder |
Suggestion.Builder.addFaqAnswers(int index,
Suggestion.FaqAnswer value)
Output only.
|
Suggestion.Builder |
Suggestion.Builder.addFaqAnswers(Suggestion.FaqAnswer value)
Output only.
|
Suggestion.FaqAnswer.Builder |
Suggestion.FaqAnswer.Builder.mergeFrom(Suggestion.FaqAnswer other) |
static Suggestion.FaqAnswer.Builder |
Suggestion.FaqAnswer.newBuilder(Suggestion.FaqAnswer prototype) |
Suggestion.Builder |
Suggestion.Builder.setFaqAnswers(int index,
Suggestion.FaqAnswer value)
Output only.
|
Modifier and Type | Method and Description |
---|---|
Suggestion.Builder |
Suggestion.Builder.addAllFaqAnswers(Iterable<? extends Suggestion.FaqAnswer> values)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.