Send feedback
Class Intent.Parameter (4.61.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.61.0 keyboard_arrow_down
public static final class Intent . Parameter extends GeneratedMessageV3 implements Intent . ParameterOrBuilder
Represents intent parameters.
Protobuf type google.cloud.dialogflow.v2beta1.Intent.Parameter
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEFAULT_VALUE_FIELD_NUMBER
public static final int DEFAULT_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
ENTITY_TYPE_DISPLAY_NAME_FIELD_NUMBER
public static final int ENTITY_TYPE_DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
IS_LIST_FIELD_NUMBER
public static final int IS_LIST_FIELD_NUMBER
Field Value
Type
Description
int
MANDATORY_FIELD_NUMBER
public static final int MANDATORY_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
PROMPTS_FIELD_NUMBER
public static final int PROMPTS_FIELD_NUMBER
Field Value
Type
Description
int
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Intent . Parameter getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Intent . Parameter . Builder newBuilder ()
newBuilder(Intent.Parameter prototype)
public static Intent . Parameter . Builder newBuilder ( Intent . Parameter prototype )
public static Intent . Parameter parseDelimitedFrom ( InputStream input )
public static Intent . Parameter parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Intent . Parameter parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent . Parameter parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Intent . Parameter parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent . Parameter parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Intent . Parameter parseFrom ( CodedInputStream input )
public static Intent . Parameter parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Intent . Parameter parseFrom ( InputStream input )
public static Intent . Parameter parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Intent . Parameter parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent . Parameter parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Intent . Parameter > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Intent . Parameter getDefaultInstanceForType ()
getDefaultValue()
public String getDefaultValue ()
Optional. The default value to use when the value
yields an empty
result.
Default values can be extracted from contexts by using the following
syntax: #context_name.parameter_name
.
string default_value = 4;
Returns
Type
Description
String
The defaultValue.
getDefaultValueBytes()
public ByteString getDefaultValueBytes ()
Optional. The default value to use when the value
yields an empty
result.
Default values can be extracted from contexts by using the following
syntax: #context_name.parameter_name
.
string default_value = 4;
Returns
Type
Description
ByteString
The bytes for defaultValue.
getDisplayName()
public String getDisplayName ()
Required. The name of the parameter.
string display_name = 2;
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Required. The name of the parameter.
string display_name = 2;
Returns
Type
Description
ByteString
The bytes for displayName.
getEntityTypeDisplayName()
public String getEntityTypeDisplayName ()
Optional. The name of the entity type, prefixed with @
, that
describes values of the parameter. If the parameter is
required, this must be provided.
string entity_type_display_name = 5;
Returns
Type
Description
String
The entityTypeDisplayName.
getEntityTypeDisplayNameBytes()
public ByteString getEntityTypeDisplayNameBytes ()
Optional. The name of the entity type, prefixed with @
, that
describes values of the parameter. If the parameter is
required, this must be provided.
string entity_type_display_name = 5;
Returns
Type
Description
ByteString
The bytes for entityTypeDisplayName.
getIsList()
public boolean getIsList ()
Optional. Indicates whether the parameter represents a list of values.
bool is_list = 8;
Returns
Type
Description
boolean
The isList.
getMandatory()
public boolean getMandatory ()
Optional. Indicates whether the parameter is required. That is,
whether the intent cannot be completed without collecting the parameter
value.
bool mandatory = 6;
Returns
Type
Description
boolean
The mandatory.
getName()
The unique identifier of this parameter.
string name = 1;
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
The unique identifier of this parameter.
string name = 1;
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<Intent . Parameter > getParserForType ()
Overrides
getPrompts(int index)
public String getPrompts ( int index )
Optional. The collection of prompts that the agent can present to the
user in order to collect a value for the parameter.
repeated string prompts = 7;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The prompts at the given index.
getPromptsBytes(int index)
public ByteString getPromptsBytes ( int index )
Optional. The collection of prompts that the agent can present to the
user in order to collect a value for the parameter.
repeated string prompts = 7;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the prompts at the given index.
getPromptsCount()
public int getPromptsCount ()
Optional. The collection of prompts that the agent can present to the
user in order to collect a value for the parameter.
repeated string prompts = 7;
Returns
Type
Description
int
The count of prompts.
getPromptsList()
public ProtocolStringList getPromptsList ()
Optional. The collection of prompts that the agent can present to the
user in order to collect a value for the parameter.
repeated string prompts = 7;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getValue()
Optional. The definition of the parameter value. It can be:
a constant string,
a parameter value defined as $parameter_name
,
an original parameter value defined as $parameter_name.original
,
a parameter value from some context defined as
#context_name.parameter_name
.
string value = 3;
Returns
Type
Description
String
The value.
getValueBytes()
public ByteString getValueBytes ()
Optional. The definition of the parameter value. It can be:
a constant string,
a parameter value defined as $parameter_name
,
an original parameter value defined as $parameter_name.original
,
a parameter value from some context defined as
#context_name.parameter_name
.
string value = 3;
Returns
Type
Description
ByteString
The bytes for value.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Intent . Parameter . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent . Parameter . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Intent . Parameter . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]