Uses of Class
com.google.cloud.dialogflow.v2beta1.ConversationEvent
-
Packages that use ConversationEvent Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ConversationEvent in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ConversationEvent Modifier and Type Method Description ConversationEvent
ConversationEvent.Builder. build()
ConversationEvent
ConversationEvent.Builder. buildPartial()
static ConversationEvent
ConversationEvent. getDefaultInstance()
ConversationEvent
ConversationEvent.Builder. getDefaultInstanceForType()
ConversationEvent
ConversationEvent. getDefaultInstanceForType()
static ConversationEvent
ConversationEvent. parseDelimitedFrom(InputStream input)
static ConversationEvent
ConversationEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationEvent
ConversationEvent. parseFrom(byte[] data)
static ConversationEvent
ConversationEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationEvent
ConversationEvent. parseFrom(com.google.protobuf.ByteString data)
static ConversationEvent
ConversationEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationEvent
ConversationEvent. parseFrom(com.google.protobuf.CodedInputStream input)
static ConversationEvent
ConversationEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationEvent
ConversationEvent. parseFrom(InputStream input)
static ConversationEvent
ConversationEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationEvent
ConversationEvent. parseFrom(ByteBuffer data)
static ConversationEvent
ConversationEvent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ConversationEvent Modifier and Type Method Description com.google.protobuf.Parser<ConversationEvent>
ConversationEvent. getParserForType()
static com.google.protobuf.Parser<ConversationEvent>
ConversationEvent. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ConversationEvent Modifier and Type Method Description ConversationEvent.Builder
ConversationEvent.Builder. mergeFrom(ConversationEvent other)
static ConversationEvent.Builder
ConversationEvent. newBuilder(ConversationEvent prototype)
-