public static final class IntentInput.Builder extends GeneratedMessage.Builder<IntentInput.Builder> implements IntentInputOrBuilderRepresents the intent to trigger programmatically rather than as a result of natural language processing. The intent input is only used for V3 agent.
Protobuf type google.cloud.dialogflow.v2beta1.IntentInput
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IntentInput.BuilderImplements
IntentInputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public IntentInput build()| Returns | |
|---|---|
| Type | Description |
IntentInput |
|
buildPartial()
public IntentInput buildPartial()| Returns | |
|---|---|
| Type | Description |
IntentInput |
|
clear()
public IntentInput.Builder clear()| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
|
clearIntent()
public IntentInput.Builder clearIntent() Required. The unique identifier of the intent in V3 agent.
Format: projects/<Project ID>/locations/<Location ID>/locations/<Location
ID>/agents/<Agent ID>/intents/<Intent ID>.
string intent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
This builder for chaining. |
clearLanguageCode()
public IntentInput.Builder clearLanguageCode()Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.
string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public IntentInput getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IntentInput |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIntent()
public String getIntent() Required. The unique identifier of the intent in V3 agent.
Format: projects/<Project ID>/locations/<Location ID>/locations/<Location
ID>/agents/<Agent ID>/intents/<Intent ID>.
string intent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The intent. |
getIntentBytes()
public ByteString getIntentBytes() Required. The unique identifier of the intent in V3 agent.
Format: projects/<Project ID>/locations/<Location ID>/locations/<Location
ID>/agents/<Agent ID>/intents/<Intent ID>.
string intent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for intent. |
getLanguageCode()
public String getLanguageCode()Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.
string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.
string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for languageCode. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(IntentInput other)
public IntentInput.Builder mergeFrom(IntentInput other)| Parameter | |
|---|---|
| Name | Description |
other |
IntentInput |
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IntentInput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IntentInput.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
|
setIntent(String value)
public IntentInput.Builder setIntent(String value) Required. The unique identifier of the intent in V3 agent.
Format: projects/<Project ID>/locations/<Location ID>/locations/<Location
ID>/agents/<Agent ID>/intents/<Intent ID>.
string intent = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe intent to set. |
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
This builder for chaining. |
setIntentBytes(ByteString value)
public IntentInput.Builder setIntentBytes(ByteString value) Required. The unique identifier of the intent in V3 agent.
Format: projects/<Project ID>/locations/<Location ID>/locations/<Location
ID>/agents/<Agent ID>/intents/<Intent ID>.
string intent = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for intent to set. |
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
This builder for chaining. |
setLanguageCode(String value)
public IntentInput.Builder setLanguageCode(String value)Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.
string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe languageCode to set. |
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public IntentInput.Builder setLanguageCodeBytes(ByteString value)Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.
string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for languageCode to set. |
| Returns | |
|---|---|
| Type | Description |
IntentInput.Builder |
This builder for chaining. |