| Modifier and Type | Method and Description |
|---|---|
DialogflowSource |
DialogflowSource.Builder.build() |
DialogflowSource |
DialogflowSource.Builder.buildPartial() |
static DialogflowSource |
DialogflowSource.getDefaultInstance() |
DialogflowSource |
DialogflowSource.getDefaultInstanceForType() |
DialogflowSource |
DialogflowSource.Builder.getDefaultInstanceForType() |
DialogflowSource |
ConversationDataSourceOrBuilder.getDialogflowSource()
The source when the conversation comes from Dialogflow.
|
DialogflowSource |
ConversationDataSource.getDialogflowSource()
The source when the conversation comes from Dialogflow.
|
DialogflowSource |
ConversationDataSource.Builder.getDialogflowSource()
The source when the conversation comes from Dialogflow.
|
static DialogflowSource |
DialogflowSource.parseDelimitedFrom(InputStream input) |
static DialogflowSource |
DialogflowSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowSource |
DialogflowSource.parseFrom(byte[] data) |
static DialogflowSource |
DialogflowSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowSource |
DialogflowSource.parseFrom(ByteBuffer data) |
static DialogflowSource |
DialogflowSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowSource |
DialogflowSource.parseFrom(com.google.protobuf.ByteString data) |
static DialogflowSource |
DialogflowSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowSource |
DialogflowSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static DialogflowSource |
DialogflowSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowSource |
DialogflowSource.parseFrom(InputStream input) |
static DialogflowSource |
DialogflowSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DialogflowSource> |
DialogflowSource.getParserForType() |
static com.google.protobuf.Parser<DialogflowSource> |
DialogflowSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
ConversationDataSource.Builder |
ConversationDataSource.Builder.mergeDialogflowSource(DialogflowSource value)
The source when the conversation comes from Dialogflow.
|
DialogflowSource.Builder |
DialogflowSource.Builder.mergeFrom(DialogflowSource other) |
static DialogflowSource.Builder |
DialogflowSource.newBuilder(DialogflowSource prototype) |
ConversationDataSource.Builder |
ConversationDataSource.Builder.setDialogflowSource(DialogflowSource value)
The source when the conversation comes from Dialogflow.
|
Copyright © 2023 Google LLC. All rights reserved.