public static final class CreateIntentRequest.Builder extends GeneratedMessageV3.Builder<CreateIntentRequest.Builder> implements CreateIntentRequestOrBuilderThe request message for Intents.CreateIntent.
Protobuf type google.cloud.dialogflow.v2beta1.CreateIntentRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateIntentRequest.BuilderImplements
CreateIntentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateIntentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| CreateIntentRequest.Builder |
build()
public CreateIntentRequest build()| Type | Description |
| CreateIntentRequest |
buildPartial()
public CreateIntentRequest buildPartial()| Type | Description |
| CreateIntentRequest |
clear()
public CreateIntentRequest.Builder clear()| Type | Description |
| CreateIntentRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public CreateIntentRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| CreateIntentRequest.Builder |
clearIntent()
public CreateIntentRequest.Builder clearIntent()Required. The intent to create.
.google.cloud.dialogflow.v2beta1.Intent intent = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| CreateIntentRequest.Builder |
clearIntentView()
public CreateIntentRequest.Builder clearIntentView()Optional. The resource view to apply to the returned intent.
.google.cloud.dialogflow.v2beta1.IntentView intent_view = 4;
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
clearLanguageCode()
public CreateIntentRequest.Builder clearLanguageCode()Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateIntentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| CreateIntentRequest.Builder |
clearParent()
public CreateIntentRequest.Builder clearParent()Required. The agent to create a intent for. Supported formats:
projects/<Project ID>/agentprojects/<Project ID>/locations/<Location ID>/agent
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
clone()
public CreateIntentRequest.Builder clone()| Type | Description |
| CreateIntentRequest.Builder |
getDefaultInstanceForType()
public CreateIntentRequest getDefaultInstanceForType()| Type | Description |
| CreateIntentRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getIntent()
public Intent getIntent()Required. The intent to create.
.google.cloud.dialogflow.v2beta1.Intent intent = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Intent | The intent. |
getIntentBuilder()
public Intent.Builder getIntentBuilder()Required. The intent to create.
.google.cloud.dialogflow.v2beta1.Intent intent = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Intent.Builder |
getIntentOrBuilder()
public IntentOrBuilder getIntentOrBuilder()Required. The intent to create.
.google.cloud.dialogflow.v2beta1.Intent intent = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| IntentOrBuilder |
getIntentView()
public IntentView getIntentView()Optional. The resource view to apply to the returned intent.
.google.cloud.dialogflow.v2beta1.IntentView intent_view = 4;
| Type | Description |
| IntentView | The intentView. |
getIntentViewValue()
public int getIntentViewValue()Optional. The resource view to apply to the returned intent.
.google.cloud.dialogflow.v2beta1.IntentView intent_view = 4;
| Type | Description |
| int | The enum numeric value on the wire for intentView. |
getLanguageCode()
public String getLanguageCode()Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for languageCode. |
getParent()
public String getParent()Required. The agent to create a intent for. Supported formats:
projects/<Project ID>/agentprojects/<Project ID>/locations/<Location ID>/agent
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The agent to create a intent for. Supported formats:
projects/<Project ID>/agentprojects/<Project ID>/locations/<Location ID>/agent
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasIntent()
public boolean hasIntent()Required. The intent to create.
.google.cloud.dialogflow.v2beta1.Intent intent = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the intent field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(CreateIntentRequest other)
public CreateIntentRequest.Builder mergeFrom(CreateIntentRequest other)| Name | Description |
| other | CreateIntentRequest |
| Type | Description |
| CreateIntentRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateIntentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| CreateIntentRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public CreateIntentRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| CreateIntentRequest.Builder |
mergeIntent(Intent value)
public CreateIntentRequest.Builder mergeIntent(Intent value)Required. The intent to create.
.google.cloud.dialogflow.v2beta1.Intent intent = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | Intent |
| Type | Description |
| CreateIntentRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateIntentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| CreateIntentRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CreateIntentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| CreateIntentRequest.Builder |
setIntent(Intent value)
public CreateIntentRequest.Builder setIntent(Intent value)Required. The intent to create.
.google.cloud.dialogflow.v2beta1.Intent intent = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | Intent |
| Type | Description |
| CreateIntentRequest.Builder |
setIntent(Intent.Builder builderForValue)
public CreateIntentRequest.Builder setIntent(Intent.Builder builderForValue)Required. The intent to create.
.google.cloud.dialogflow.v2beta1.Intent intent = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| builderForValue | Intent.Builder |
| Type | Description |
| CreateIntentRequest.Builder |
setIntentView(IntentView value)
public CreateIntentRequest.Builder setIntentView(IntentView value)Optional. The resource view to apply to the returned intent.
.google.cloud.dialogflow.v2beta1.IntentView intent_view = 4;
| Name | Description |
| value | IntentViewThe intentView to set. |
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
setIntentViewValue(int value)
public CreateIntentRequest.Builder setIntentViewValue(int value)Optional. The resource view to apply to the returned intent.
.google.cloud.dialogflow.v2beta1.IntentView intent_view = 4;
| Name | Description |
| value | intThe enum numeric value on the wire for intentView to set. |
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
setLanguageCode(String value)
public CreateIntentRequest.Builder setLanguageCode(String value)Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe languageCode to set. |
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public CreateIntentRequest.Builder setLanguageCodeBytes(ByteString value)Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for languageCode to set. |
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
setParent(String value)
public CreateIntentRequest.Builder setParent(String value)Required. The agent to create a intent for. Supported formats:
projects/<Project ID>/agentprojects/<Project ID>/locations/<Location ID>/agent
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public CreateIntentRequest.Builder setParentBytes(ByteString value)Required. The agent to create a intent for. Supported formats:
projects/<Project ID>/agentprojects/<Project ID>/locations/<Location ID>/agent
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| CreateIntentRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateIntentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| CreateIntentRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateIntentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| CreateIntentRequest.Builder |