public final class Conversation extends com.google.protobuf.GeneratedMessageV3 implements ConversationOrBuilder
Represents a conversation.Protobuf type
google.cloud.dialogflow.cx.v3beta1.Conversation| Modifier and Type | Class and Description |
|---|---|
static class |
Conversation.Builder
Represents a conversation.
|
static class |
Conversation.Interaction
Represents an interaction between an end user and a Dialogflow CX agent
using V3 (Streaming)DetectIntent API, or an interaction between an end user
and a Dialogflow CX agent using V2 (Streaming)AnalyzeContent API.
|
static interface |
Conversation.InteractionOrBuilder |
static class |
Conversation.Metrics
Represents metrics for the conversation.
|
static interface |
Conversation.MetricsOrBuilder |
static class |
Conversation.Type
Represents the type of a conversation.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DURATION_FIELD_NUMBER |
static int |
ENVIRONMENT_FIELD_NUMBER |
static int |
FLOW_VERSIONS_FIELD_NUMBER |
static int |
FLOWS_FIELD_NUMBER |
static int |
INTENTS_FIELD_NUMBER |
static int |
INTERACTIONS_FIELD_NUMBER |
static int |
LANGUAGE_CODE_FIELD_NUMBER |
static int |
METRICS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PAGES_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFlowVersions(String key)
Flow versions used in the conversation.
|
boolean |
equals(Object obj) |
static Conversation |
getDefaultInstance() |
Conversation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Duration |
getDuration()
Duration of the conversation.
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
Duration of the conversation.
|
Environment |
getEnvironment()
Environment of the conversation.
|
EnvironmentOrBuilder |
getEnvironmentOrBuilder()
Environment of the conversation.
|
Flow |
getFlows(int index)
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation
has went through.
|
int |
getFlowsCount()
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation
has went through.
|
List<Flow> |
getFlowsList()
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation
has went through.
|
FlowOrBuilder |
getFlowsOrBuilder(int index)
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation
has went through.
|
List<? extends FlowOrBuilder> |
getFlowsOrBuilderList()
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation
has went through.
|
Map<String,Long> |
getFlowVersions()
Deprecated.
|
int |
getFlowVersionsCount()
Flow versions used in the conversation.
|
Map<String,Long> |
getFlowVersionsMap()
Flow versions used in the conversation.
|
long |
getFlowVersionsOrDefault(String key,
long defaultValue)
Flow versions used in the conversation.
|
long |
getFlowVersionsOrThrow(String key)
Flow versions used in the conversation.
|
Intent |
getIntents(int index)
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the
conversation.
|
int |
getIntentsCount()
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the
conversation.
|
List<Intent> |
getIntentsList()
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the
conversation.
|
IntentOrBuilder |
getIntentsOrBuilder(int index)
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the
conversation.
|
List<? extends IntentOrBuilder> |
getIntentsOrBuilderList()
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the
conversation.
|
Conversation.Interaction |
getInteractions(int index)
Interactions of the conversation.
|
int |
getInteractionsCount()
Interactions of the conversation.
|
List<Conversation.Interaction> |
getInteractionsList()
Interactions of the conversation.
|
Conversation.InteractionOrBuilder |
getInteractionsOrBuilder(int index)
Interactions of the conversation.
|
List<? extends Conversation.InteractionOrBuilder> |
getInteractionsOrBuilderList()
Interactions of the conversation.
|
String |
getLanguageCode()
The language of the conversation, which is the language of the first
request in the conversation.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The language of the conversation, which is the language of the first
request in the conversation.
|
Conversation.Metrics |
getMetrics()
Conversation metrics.
|
Conversation.MetricsOrBuilder |
getMetricsOrBuilder()
Conversation metrics.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
Page |
getPages(int index)
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation
has went through.
|
int |
getPagesCount()
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation
has went through.
|
List<Page> |
getPagesList()
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation
has went through.
|
PageOrBuilder |
getPagesOrBuilder(int index)
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation
has went through.
|
List<? extends PageOrBuilder> |
getPagesOrBuilderList()
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation
has went through.
|
com.google.protobuf.Parser<Conversation> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Start time of the conversation, which is the time of the first request of
the conversation.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of the conversation, which is the time of the first request of
the conversation.
|
Conversation.Type |
getType()
The type of the conversation.
|
int |
getTypeValue()
The type of the conversation.
|
boolean |
hasDuration()
Duration of the conversation.
|
boolean |
hasEnvironment()
Environment of the conversation.
|
int |
hashCode() |
boolean |
hasMetrics()
Conversation metrics.
|
boolean |
hasStartTime()
Start time of the conversation, which is the time of the first request of
the conversation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static Conversation.Builder |
newBuilder() |
static Conversation.Builder |
newBuilder(Conversation prototype) |
Conversation.Builder |
newBuilderForType() |
protected Conversation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Conversation |
parseDelimitedFrom(InputStream input) |
static Conversation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation |
parseFrom(byte[] data) |
static Conversation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation |
parseFrom(ByteBuffer data) |
static Conversation |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation |
parseFrom(com.google.protobuf.ByteString data) |
static Conversation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Conversation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation |
parseFrom(InputStream input) |
static Conversation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Conversation> |
parser() |
Conversation.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
public static final int METRICS_FIELD_NUMBER
public static final int INTENTS_FIELD_NUMBER
public static final int FLOWS_FIELD_NUMBER
public static final int PAGES_FIELD_NUMBER
public static final int INTERACTIONS_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
public static final int FLOW_VERSIONS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
Identifier. The identifier of the conversation. If conversation ID is reused, interactions happened later than 48 hours of the conversation's create time will be ignored. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/conversations/<ConversationID>`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];getName in interface ConversationOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Identifier. The identifier of the conversation. If conversation ID is reused, interactions happened later than 48 hours of the conversation's create time will be ignored. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/conversations/<ConversationID>`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];getNameBytes in interface ConversationOrBuilderpublic int getTypeValue()
The type of the conversation.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Type type = 2;getTypeValue in interface ConversationOrBuilderpublic Conversation.Type getType()
The type of the conversation.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Type type = 2;getType in interface ConversationOrBuilderpublic String getLanguageCode()
The language of the conversation, which is the language of the first request in the conversation.
string language_code = 3;getLanguageCode in interface ConversationOrBuilderpublic com.google.protobuf.ByteString getLanguageCodeBytes()
The language of the conversation, which is the language of the first request in the conversation.
string language_code = 3;getLanguageCodeBytes in interface ConversationOrBuilderpublic boolean hasStartTime()
Start time of the conversation, which is the time of the first request of the conversation.
.google.protobuf.Timestamp start_time = 4;hasStartTime in interface ConversationOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Start time of the conversation, which is the time of the first request of the conversation.
.google.protobuf.Timestamp start_time = 4;getStartTime in interface ConversationOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of the conversation, which is the time of the first request of the conversation.
.google.protobuf.Timestamp start_time = 4;getStartTimeOrBuilder in interface ConversationOrBuilderpublic boolean hasDuration()
Duration of the conversation.
.google.protobuf.Duration duration = 5;hasDuration in interface ConversationOrBuilderpublic com.google.protobuf.Duration getDuration()
Duration of the conversation.
.google.protobuf.Duration duration = 5;getDuration in interface ConversationOrBuilderpublic com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Duration of the conversation.
.google.protobuf.Duration duration = 5;getDurationOrBuilder in interface ConversationOrBuilderpublic boolean hasMetrics()
Conversation metrics.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics metrics = 6;hasMetrics in interface ConversationOrBuilderpublic Conversation.Metrics getMetrics()
Conversation metrics.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics metrics = 6;getMetrics in interface ConversationOrBuilderpublic Conversation.MetricsOrBuilder getMetricsOrBuilder()
Conversation metrics.
.google.cloud.dialogflow.cx.v3beta1.Conversation.Metrics metrics = 6;getMetricsOrBuilder in interface ConversationOrBuilderpublic List<Intent> getIntentsList()
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the conversation. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Intent intents = 7;getIntentsList in interface ConversationOrBuilderpublic List<? extends IntentOrBuilder> getIntentsOrBuilderList()
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the conversation. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Intent intents = 7;getIntentsOrBuilderList in interface ConversationOrBuilderpublic int getIntentsCount()
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the conversation. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Intent intents = 7;getIntentsCount in interface ConversationOrBuilderpublic Intent getIntents(int index)
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the conversation. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Intent intents = 7;getIntents in interface ConversationOrBuilderpublic IntentOrBuilder getIntentsOrBuilder(int index)
All the matched [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] in the conversation. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Intent intents = 7;getIntentsOrBuilder in interface ConversationOrBuilderpublic List<Flow> getFlowsList()
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Flow flows = 8;getFlowsList in interface ConversationOrBuilderpublic List<? extends FlowOrBuilder> getFlowsOrBuilderList()
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Flow flows = 8;getFlowsOrBuilderList in interface ConversationOrBuilderpublic int getFlowsCount()
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Flow flows = 8;getFlowsCount in interface ConversationOrBuilderpublic Flow getFlows(int index)
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Flow flows = 8;getFlows in interface ConversationOrBuilderpublic FlowOrBuilder getFlowsOrBuilder(int index)
All the [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Flow flows = 8;getFlowsOrBuilder in interface ConversationOrBuilderpublic List<Page> getPagesList()
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Page pages = 9;getPagesList in interface ConversationOrBuilderpublic List<? extends PageOrBuilder> getPagesOrBuilderList()
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Page pages = 9;getPagesOrBuilderList in interface ConversationOrBuilderpublic int getPagesCount()
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Page pages = 9;getPagesCount in interface ConversationOrBuilderpublic Page getPages(int index)
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Page pages = 9;getPages in interface ConversationOrBuilderpublic PageOrBuilder getPagesOrBuilder(int index)
All the [Page][google.cloud.dialogflow.cx.v3beta1.Page] the conversation has went through. Only `name` and `display_name` are filled in this message.
repeated .google.cloud.dialogflow.cx.v3beta1.Page pages = 9;getPagesOrBuilder in interface ConversationOrBuilderpublic List<Conversation.Interaction> getInteractionsList()
Interactions of the conversation. Only populated for `GetConversation` and empty for `ListConversations`.
repeated .google.cloud.dialogflow.cx.v3beta1.Conversation.Interaction interactions = 10;
getInteractionsList in interface ConversationOrBuilderpublic List<? extends Conversation.InteractionOrBuilder> getInteractionsOrBuilderList()
Interactions of the conversation. Only populated for `GetConversation` and empty for `ListConversations`.
repeated .google.cloud.dialogflow.cx.v3beta1.Conversation.Interaction interactions = 10;
getInteractionsOrBuilderList in interface ConversationOrBuilderpublic int getInteractionsCount()
Interactions of the conversation. Only populated for `GetConversation` and empty for `ListConversations`.
repeated .google.cloud.dialogflow.cx.v3beta1.Conversation.Interaction interactions = 10;
getInteractionsCount in interface ConversationOrBuilderpublic Conversation.Interaction getInteractions(int index)
Interactions of the conversation. Only populated for `GetConversation` and empty for `ListConversations`.
repeated .google.cloud.dialogflow.cx.v3beta1.Conversation.Interaction interactions = 10;
getInteractions in interface ConversationOrBuilderpublic Conversation.InteractionOrBuilder getInteractionsOrBuilder(int index)
Interactions of the conversation. Only populated for `GetConversation` and empty for `ListConversations`.
repeated .google.cloud.dialogflow.cx.v3beta1.Conversation.Interaction interactions = 10;
getInteractionsOrBuilder in interface ConversationOrBuilderpublic boolean hasEnvironment()
Environment of the conversation. Only `name` and `display_name` are filled in this message.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 11;hasEnvironment in interface ConversationOrBuilderpublic Environment getEnvironment()
Environment of the conversation. Only `name` and `display_name` are filled in this message.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 11;getEnvironment in interface ConversationOrBuilderpublic EnvironmentOrBuilder getEnvironmentOrBuilder()
Environment of the conversation. Only `name` and `display_name` are filled in this message.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 11;getEnvironmentOrBuilder in interface ConversationOrBuilderpublic int getFlowVersionsCount()
ConversationOrBuilderFlow versions used in the conversation.
map<string, int64> flow_versions = 12;getFlowVersionsCount in interface ConversationOrBuilderpublic boolean containsFlowVersions(String key)
Flow versions used in the conversation.
map<string, int64> flow_versions = 12;containsFlowVersions in interface ConversationOrBuilder@Deprecated public Map<String,Long> getFlowVersions()
getFlowVersionsMap() instead.getFlowVersions in interface ConversationOrBuilderpublic Map<String,Long> getFlowVersionsMap()
Flow versions used in the conversation.
map<string, int64> flow_versions = 12;getFlowVersionsMap in interface ConversationOrBuilderpublic long getFlowVersionsOrDefault(String key, long defaultValue)
Flow versions used in the conversation.
map<string, int64> flow_versions = 12;getFlowVersionsOrDefault in interface ConversationOrBuilderpublic long getFlowVersionsOrThrow(String key)
Flow versions used in the conversation.
map<string, int64> flow_versions = 12;getFlowVersionsOrThrow in interface ConversationOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Conversation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Conversation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Conversation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Conversation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Conversation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Conversation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Conversation parseFrom(InputStream input) throws IOException
IOExceptionpublic static Conversation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Conversation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Conversation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Conversation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Conversation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Conversation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Conversation.Builder newBuilder()
public static Conversation.Builder newBuilder(Conversation prototype)
public Conversation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Conversation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Conversation getDefaultInstance()
public static com.google.protobuf.Parser<Conversation> parser()
public com.google.protobuf.Parser<Conversation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Conversation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.