Class ConversationTurn.VirtualAgentOutput
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dialogflow.cx.v3.ConversationTurn.VirtualAgentOutput
-
- All Implemented Interfaces:
ConversationTurn.VirtualAgentOutputOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- ConversationTurn
public static final class ConversationTurn.VirtualAgentOutput extends com.google.protobuf.GeneratedMessageV3 implements ConversationTurn.VirtualAgentOutputOrBuilder
The output from the virtual agent.
Protobuf typegoogle.cloud.dialogflow.cx.v3.ConversationTurn.VirtualAgentOutput
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConversationTurn.VirtualAgentOutput.Builder
The output from the virtual agent.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static int
CURRENT_PAGE_FIELD_NUMBER
static int
DIAGNOSTIC_INFO_FIELD_NUMBER
static int
DIFFERENCES_FIELD_NUMBER
static int
SESSION_PARAMETERS_FIELD_NUMBER
static int
STATUS_FIELD_NUMBER
static int
TEXT_RESPONSES_FIELD_NUMBER
static int
TRIGGERED_INTENT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Page
getCurrentPage()
The [Page][google.cloud.dialogflow.cx.v3.Page] on which the utterance was spoken.PageOrBuilder
getCurrentPageOrBuilder()
The [Page][google.cloud.dialogflow.cx.v3.Page] on which the utterance was spoken.static ConversationTurn.VirtualAgentOutput
getDefaultInstance()
ConversationTurn.VirtualAgentOutput
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Struct
getDiagnosticInfo()
Required.com.google.protobuf.StructOrBuilder
getDiagnosticInfoOrBuilder()
Required.TestRunDifference
getDifferences(int index)
Output only.int
getDifferencesCount()
Output only.List<TestRunDifference>
getDifferencesList()
Output only.TestRunDifferenceOrBuilder
getDifferencesOrBuilder(int index)
Output only.List<? extends TestRunDifferenceOrBuilder>
getDifferencesOrBuilderList()
Output only.com.google.protobuf.Parser<ConversationTurn.VirtualAgentOutput>
getParserForType()
int
getSerializedSize()
com.google.protobuf.Struct
getSessionParameters()
The session parameters available to the bot at this point.com.google.protobuf.StructOrBuilder
getSessionParametersOrBuilder()
The session parameters available to the bot at this point.com.google.rpc.Status
getStatus()
Response error from the agent in the test result.com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
Response error from the agent in the test result.ResponseMessage.Text
getTextResponses(int index)
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.int
getTextResponsesCount()
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.List<ResponseMessage.Text>
getTextResponsesList()
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.ResponseMessage.TextOrBuilder
getTextResponsesOrBuilder(int index)
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.List<? extends ResponseMessage.TextOrBuilder>
getTextResponsesOrBuilderList()
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.Intent
getTriggeredIntent()
The [Intent][google.cloud.dialogflow.cx.v3.Intent] that triggered the response.IntentOrBuilder
getTriggeredIntentOrBuilder()
The [Intent][google.cloud.dialogflow.cx.v3.Intent] that triggered the response.boolean
hasCurrentPage()
The [Page][google.cloud.dialogflow.cx.v3.Page] on which the utterance was spoken.boolean
hasDiagnosticInfo()
Required.int
hashCode()
boolean
hasSessionParameters()
The session parameters available to the bot at this point.boolean
hasStatus()
Response error from the agent in the test result.boolean
hasTriggeredIntent()
The [Intent][google.cloud.dialogflow.cx.v3.Intent] that triggered the response.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static ConversationTurn.VirtualAgentOutput.Builder
newBuilder()
static ConversationTurn.VirtualAgentOutput.Builder
newBuilder(ConversationTurn.VirtualAgentOutput prototype)
ConversationTurn.VirtualAgentOutput.Builder
newBuilderForType()
protected ConversationTurn.VirtualAgentOutput.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static ConversationTurn.VirtualAgentOutput
parseDelimitedFrom(InputStream input)
static ConversationTurn.VirtualAgentOutput
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationTurn.VirtualAgentOutput
parseFrom(byte[] data)
static ConversationTurn.VirtualAgentOutput
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationTurn.VirtualAgentOutput
parseFrom(com.google.protobuf.ByteString data)
static ConversationTurn.VirtualAgentOutput
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationTurn.VirtualAgentOutput
parseFrom(com.google.protobuf.CodedInputStream input)
static ConversationTurn.VirtualAgentOutput
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationTurn.VirtualAgentOutput
parseFrom(InputStream input)
static ConversationTurn.VirtualAgentOutput
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationTurn.VirtualAgentOutput
parseFrom(ByteBuffer data)
static ConversationTurn.VirtualAgentOutput
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<ConversationTurn.VirtualAgentOutput>
parser()
ConversationTurn.VirtualAgentOutput.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SESSION_PARAMETERS_FIELD_NUMBER
public static final int SESSION_PARAMETERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIFFERENCES_FIELD_NUMBER
public static final int DIFFERENCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIAGNOSTIC_INFO_FIELD_NUMBER
public static final int DIAGNOSTIC_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRIGGERED_INTENT_FIELD_NUMBER
public static final int TRIGGERED_INTENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CURRENT_PAGE_FIELD_NUMBER
public static final int CURRENT_PAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_RESPONSES_FIELD_NUMBER
public static final int TEXT_RESPONSES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasSessionParameters
public boolean hasSessionParameters()
The session parameters available to the bot at this point.
.google.protobuf.Struct session_parameters = 4;
- Specified by:
hasSessionParameters
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- Whether the sessionParameters field is set.
-
getSessionParameters
public com.google.protobuf.Struct getSessionParameters()
The session parameters available to the bot at this point.
.google.protobuf.Struct session_parameters = 4;
- Specified by:
getSessionParameters
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- The sessionParameters.
-
getSessionParametersOrBuilder
public com.google.protobuf.StructOrBuilder getSessionParametersOrBuilder()
The session parameters available to the bot at this point.
.google.protobuf.Struct session_parameters = 4;
- Specified by:
getSessionParametersOrBuilder
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getDifferencesList
public List<TestRunDifference> getDifferencesList()
Output only. If this is part of a [result conversation turn][TestCaseResult.conversation_turns], the list of differences between the original run and the replay for this output, if any.
repeated .google.cloud.dialogflow.cx.v3.TestRunDifference differences = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getDifferencesList
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getDifferencesOrBuilderList
public List<? extends TestRunDifferenceOrBuilder> getDifferencesOrBuilderList()
Output only. If this is part of a [result conversation turn][TestCaseResult.conversation_turns], the list of differences between the original run and the replay for this output, if any.
repeated .google.cloud.dialogflow.cx.v3.TestRunDifference differences = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getDifferencesOrBuilderList
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getDifferencesCount
public int getDifferencesCount()
Output only. If this is part of a [result conversation turn][TestCaseResult.conversation_turns], the list of differences between the original run and the replay for this output, if any.
repeated .google.cloud.dialogflow.cx.v3.TestRunDifference differences = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getDifferencesCount
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getDifferences
public TestRunDifference getDifferences(int index)
Output only. If this is part of a [result conversation turn][TestCaseResult.conversation_turns], the list of differences between the original run and the replay for this output, if any.
repeated .google.cloud.dialogflow.cx.v3.TestRunDifference differences = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getDifferences
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getDifferencesOrBuilder
public TestRunDifferenceOrBuilder getDifferencesOrBuilder(int index)
Output only. If this is part of a [result conversation turn][TestCaseResult.conversation_turns], the list of differences between the original run and the replay for this output, if any.
repeated .google.cloud.dialogflow.cx.v3.TestRunDifference differences = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getDifferencesOrBuilder
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
hasDiagnosticInfo
public boolean hasDiagnosticInfo()
Required. Input only. The diagnostic [info][Session.DetectIntentResponse.QueryResult.diagnostic_info] output for the turn. Required to calculate the testing coverage.
.google.protobuf.Struct diagnostic_info = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
- Specified by:
hasDiagnosticInfo
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- Whether the diagnosticInfo field is set.
-
getDiagnosticInfo
public com.google.protobuf.Struct getDiagnosticInfo()
Required. Input only. The diagnostic [info][Session.DetectIntentResponse.QueryResult.diagnostic_info] output for the turn. Required to calculate the testing coverage.
.google.protobuf.Struct diagnostic_info = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
- Specified by:
getDiagnosticInfo
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- The diagnosticInfo.
-
getDiagnosticInfoOrBuilder
public com.google.protobuf.StructOrBuilder getDiagnosticInfoOrBuilder()
Required. Input only. The diagnostic [info][Session.DetectIntentResponse.QueryResult.diagnostic_info] output for the turn. Required to calculate the testing coverage.
.google.protobuf.Struct diagnostic_info = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
- Specified by:
getDiagnosticInfoOrBuilder
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
hasTriggeredIntent
public boolean hasTriggeredIntent()
The [Intent][google.cloud.dialogflow.cx.v3.Intent] that triggered the response. Only name and displayName will be set.
.google.cloud.dialogflow.cx.v3.Intent triggered_intent = 7;
- Specified by:
hasTriggeredIntent
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- Whether the triggeredIntent field is set.
-
getTriggeredIntent
public Intent getTriggeredIntent()
The [Intent][google.cloud.dialogflow.cx.v3.Intent] that triggered the response. Only name and displayName will be set.
.google.cloud.dialogflow.cx.v3.Intent triggered_intent = 7;
- Specified by:
getTriggeredIntent
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- The triggeredIntent.
-
getTriggeredIntentOrBuilder
public IntentOrBuilder getTriggeredIntentOrBuilder()
The [Intent][google.cloud.dialogflow.cx.v3.Intent] that triggered the response. Only name and displayName will be set.
.google.cloud.dialogflow.cx.v3.Intent triggered_intent = 7;
- Specified by:
getTriggeredIntentOrBuilder
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
hasCurrentPage
public boolean hasCurrentPage()
The [Page][google.cloud.dialogflow.cx.v3.Page] on which the utterance was spoken. Only name and displayName will be set.
.google.cloud.dialogflow.cx.v3.Page current_page = 8;
- Specified by:
hasCurrentPage
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- Whether the currentPage field is set.
-
getCurrentPage
public Page getCurrentPage()
The [Page][google.cloud.dialogflow.cx.v3.Page] on which the utterance was spoken. Only name and displayName will be set.
.google.cloud.dialogflow.cx.v3.Page current_page = 8;
- Specified by:
getCurrentPage
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- The currentPage.
-
getCurrentPageOrBuilder
public PageOrBuilder getCurrentPageOrBuilder()
The [Page][google.cloud.dialogflow.cx.v3.Page] on which the utterance was spoken. Only name and displayName will be set.
.google.cloud.dialogflow.cx.v3.Page current_page = 8;
- Specified by:
getCurrentPageOrBuilder
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getTextResponsesList
public List<ResponseMessage.Text> getTextResponsesList()
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage.Text text_responses = 9;
- Specified by:
getTextResponsesList
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getTextResponsesOrBuilderList
public List<? extends ResponseMessage.TextOrBuilder> getTextResponsesOrBuilderList()
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage.Text text_responses = 9;
- Specified by:
getTextResponsesOrBuilderList
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getTextResponsesCount
public int getTextResponsesCount()
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage.Text text_responses = 9;
- Specified by:
getTextResponsesCount
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getTextResponses
public ResponseMessage.Text getTextResponses(int index)
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage.Text text_responses = 9;
- Specified by:
getTextResponses
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
getTextResponsesOrBuilder
public ResponseMessage.TextOrBuilder getTextResponsesOrBuilder(int index)
The [text][google.cloud.dialogflow.cx.v3.ResponseMessage.Text] responses from the agent for the turn.
repeated .google.cloud.dialogflow.cx.v3.ResponseMessage.Text text_responses = 9;
- Specified by:
getTextResponsesOrBuilder
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
hasStatus
public boolean hasStatus()
Response error from the agent in the test result. If set, other output is empty.
.google.rpc.Status status = 10;
- Specified by:
hasStatus
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- Whether the status field is set.
-
getStatus
public com.google.rpc.Status getStatus()
Response error from the agent in the test result. If set, other output is empty.
.google.rpc.Status status = 10;
- Specified by:
getStatus
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
- Returns:
- The status.
-
getStatusOrBuilder
public com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Response error from the agent in the test result. If set, other output is empty.
.google.rpc.Status status = 10;
- Specified by:
getStatusOrBuilder
in interfaceConversationTurn.VirtualAgentOutputOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ConversationTurn.VirtualAgentOutput parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ConversationTurn.VirtualAgentOutput parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ConversationTurn.VirtualAgentOutput parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ConversationTurn.VirtualAgentOutput.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ConversationTurn.VirtualAgentOutput.Builder newBuilder()
-
newBuilder
public static ConversationTurn.VirtualAgentOutput.Builder newBuilder(ConversationTurn.VirtualAgentOutput prototype)
-
toBuilder
public ConversationTurn.VirtualAgentOutput.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ConversationTurn.VirtualAgentOutput.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ConversationTurn.VirtualAgentOutput getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ConversationTurn.VirtualAgentOutput> parser()
-
getParserForType
public com.google.protobuf.Parser<ConversationTurn.VirtualAgentOutput> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ConversationTurn.VirtualAgentOutput getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-