public static final class WebhookRequest.IntentInfo.IntentParameterValue extends GeneratedMessageV3 implements WebhookRequest.IntentInfo.IntentParameterValueOrBuilder
Represents a value for an intent parameter.
Protobuf type
google.cloud.dialogflow.cx.v3beta1.WebhookRequest.IntentInfo.IntentParameterValue
Static Fields
ORIGINAL_VALUE_FIELD_NUMBER
public static final int ORIGINAL_VALUE_FIELD_NUMBER
Field Value
RESOLVED_VALUE_FIELD_NUMBER
public static final int RESOLVED_VALUE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static WebhookRequest.IntentInfo.IntentParameterValue getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static WebhookRequest.IntentInfo.IntentParameterValue.Builder newBuilder()
Returns
newBuilder(WebhookRequest.IntentInfo.IntentParameterValue prototype)
public static WebhookRequest.IntentInfo.IntentParameterValue.Builder newBuilder(WebhookRequest.IntentInfo.IntentParameterValue prototype)
Parameter
Returns
public static WebhookRequest.IntentInfo.IntentParameterValue parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static WebhookRequest.IntentInfo.IntentParameterValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WebhookRequest.IntentInfo.IntentParameterValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<WebhookRequest.IntentInfo.IntentParameterValue> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public WebhookRequest.IntentInfo.IntentParameterValue getDefaultInstanceForType()
Returns
getOriginalValue()
public String getOriginalValue()
Always present. Original text value extracted from user utterance.
string original_value = 1;
Returns
Type |
Description |
String |
The originalValue.
|
getOriginalValueBytes()
public ByteString getOriginalValueBytes()
Always present. Original text value extracted from user utterance.
string original_value = 1;
Returns
Type |
Description |
ByteString |
The bytes for originalValue.
|
getParserForType()
public Parser<WebhookRequest.IntentInfo.IntentParameterValue> getParserForType()
Returns
Overrides
getResolvedValue()
public Value getResolvedValue()
Always present. Structured value for the parameter extracted from user
utterance.
.google.protobuf.Value resolved_value = 2;
Returns
Type |
Description |
Value |
The resolvedValue.
|
getResolvedValueOrBuilder()
public ValueOrBuilder getResolvedValueOrBuilder()
Always present. Structured value for the parameter extracted from user
utterance.
.google.protobuf.Value resolved_value = 2;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasResolvedValue()
public boolean hasResolvedValue()
Always present. Structured value for the parameter extracted from user
utterance.
.google.protobuf.Value resolved_value = 2;
Returns
Type |
Description |
boolean |
Whether the resolvedValue field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public WebhookRequest.IntentInfo.IntentParameterValue.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WebhookRequest.IntentInfo.IntentParameterValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public WebhookRequest.IntentInfo.IntentParameterValue.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions