public final class ConversationTurn extends GeneratedMessage implements ConversationTurnOrBuilderOne interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
Protobuf type google.cloud.dialogflow.cx.v3beta1.ConversationTurn
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ConversationTurnImplements
ConversationTurnOrBuilderStatic Fields
USER_INPUT_FIELD_NUMBER
public static final int USER_INPUT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
VIRTUAL_AGENT_OUTPUT_FIELD_NUMBER
public static final int VIRTUAL_AGENT_OUTPUT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ConversationTurn getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ConversationTurn.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ConversationTurn.Builder |
|
newBuilder(ConversationTurn prototype)
public static ConversationTurn.Builder newBuilder(ConversationTurn prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ConversationTurn |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn.Builder |
|
parseDelimitedFrom(InputStream input)
public static ConversationTurn parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConversationTurn parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ConversationTurn parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConversationTurn parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ConversationTurn parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConversationTurn parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ConversationTurn parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConversationTurn parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ConversationTurn parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConversationTurn parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ConversationTurn parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConversationTurn parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ConversationTurn> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ConversationTurn> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ConversationTurn getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ConversationTurn |
|
getParserForType()
public Parser<ConversationTurn> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ConversationTurn> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUserInput()
public ConversationTurn.UserInput getUserInput()The user input.
.google.cloud.dialogflow.cx.v3beta1.ConversationTurn.UserInput user_input = 1;
| Returns | |
|---|---|
| Type | Description |
ConversationTurn.UserInput |
The userInput. |
getUserInputOrBuilder()
public ConversationTurn.UserInputOrBuilder getUserInputOrBuilder()The user input.
.google.cloud.dialogflow.cx.v3beta1.ConversationTurn.UserInput user_input = 1;
| Returns | |
|---|---|
| Type | Description |
ConversationTurn.UserInputOrBuilder |
|
getVirtualAgentOutput()
public ConversationTurn.VirtualAgentOutput getVirtualAgentOutput()The virtual agent output.
.google.cloud.dialogflow.cx.v3beta1.ConversationTurn.VirtualAgentOutput virtual_agent_output = 2;
| Returns | |
|---|---|
| Type | Description |
ConversationTurn.VirtualAgentOutput |
The virtualAgentOutput. |
getVirtualAgentOutputOrBuilder()
public ConversationTurn.VirtualAgentOutputOrBuilder getVirtualAgentOutputOrBuilder()The virtual agent output.
.google.cloud.dialogflow.cx.v3beta1.ConversationTurn.VirtualAgentOutput virtual_agent_output = 2;
| Returns | |
|---|---|
| Type | Description |
ConversationTurn.VirtualAgentOutputOrBuilder |
|
hasUserInput()
public boolean hasUserInput()The user input.
.google.cloud.dialogflow.cx.v3beta1.ConversationTurn.UserInput user_input = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userInput field is set. |
hasVirtualAgentOutput()
public boolean hasVirtualAgentOutput()The virtual agent output.
.google.cloud.dialogflow.cx.v3beta1.ConversationTurn.VirtualAgentOutput virtual_agent_output = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the virtualAgentOutput field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ConversationTurn.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ConversationTurn.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ConversationTurn.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ConversationTurn.Builder |
|
toBuilder()
public ConversationTurn.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ConversationTurn.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|