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 DialogflowSourceDialogflowSource.Builder. build()DialogflowSourceDialogflowSource.Builder. buildPartial()static DialogflowSourceDialogflowSource. getDefaultInstance()DialogflowSourceDialogflowSource.Builder. getDefaultInstanceForType()DialogflowSourceDialogflowSource. getDefaultInstanceForType()DialogflowSourceConversationDataSource.Builder. getDialogflowSource()The source when the conversation comes from Dialogflow.DialogflowSourceConversationDataSource. getDialogflowSource()The source when the conversation comes from Dialogflow.DialogflowSourceConversationDataSourceOrBuilder. getDialogflowSource()The source when the conversation comes from Dialogflow.static DialogflowSourceDialogflowSource. parseDelimitedFrom(InputStream input)static DialogflowSourceDialogflowSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialogflowSourceDialogflowSource. parseFrom(byte[] data)static DialogflowSourceDialogflowSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialogflowSourceDialogflowSource. parseFrom(com.google.protobuf.ByteString data)static DialogflowSourceDialogflowSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialogflowSourceDialogflowSource. parseFrom(com.google.protobuf.CodedInputStream input)static DialogflowSourceDialogflowSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialogflowSourceDialogflowSource. parseFrom(InputStream input)static DialogflowSourceDialogflowSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DialogflowSourceDialogflowSource. parseFrom(ByteBuffer data)static DialogflowSourceDialogflowSource. 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.BuilderConversationDataSource.Builder. mergeDialogflowSource(DialogflowSource value)The source when the conversation comes from Dialogflow.DialogflowSource.BuilderDialogflowSource.Builder. mergeFrom(DialogflowSource other)static DialogflowSource.BuilderDialogflowSource. newBuilder(DialogflowSource prototype)ConversationDataSource.BuilderConversationDataSource.Builder. setDialogflowSource(DialogflowSource value)The source when the conversation comes from Dialogflow.
-