Uses of Class
com.google.cloud.contactcenterinsights.v1.DialogflowSource
-
Packages that use DialogflowSource Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of DialogflowSource in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return DialogflowSource Modifier and Type Method Description DialogflowSource
DialogflowSource.Builder. build()
DialogflowSource
DialogflowSource.Builder. buildPartial()
static DialogflowSource
DialogflowSource. getDefaultInstance()
DialogflowSource
DialogflowSource.Builder. getDefaultInstanceForType()
DialogflowSource
DialogflowSource. getDefaultInstanceForType()
DialogflowSource
ConversationDataSource.Builder. getDialogflowSource()
The source when the conversation comes from Dialogflow.DialogflowSource
ConversationDataSource. getDialogflowSource()
The source when the conversation comes from Dialogflow.DialogflowSource
ConversationDataSourceOrBuilder. 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(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)
static DialogflowSource
DialogflowSource. parseFrom(ByteBuffer data)
static DialogflowSource
DialogflowSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type DialogflowSource Modifier and Type Method Description com.google.protobuf.Parser<DialogflowSource>
DialogflowSource. getParserForType()
static com.google.protobuf.Parser<DialogflowSource>
DialogflowSource. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type DialogflowSource Modifier and Type Method 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.
-