Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CreateGeneratorRequest.
Request message of CreateGenerator.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#generator
def generator() -> ::Google::Cloud::Dialogflow::V2::Generator
- (::Google::Cloud::Dialogflow::V2::Generator) — Required. The generator to create.
#generator=
def generator=(value) -> ::Google::Cloud::Dialogflow::V2::Generator
- value (::Google::Cloud::Dialogflow::V2::Generator) — Required. The generator to create.
- (::Google::Cloud::Dialogflow::V2::Generator) — Required. The generator to create.
#generator_id
def generator_id() -> ::String
-
(::String) —
Optional. The ID to use for the generator, which will become the final component of the generator's resource name.
The generator ID must be compliant with the regression fomula
[a-zA-Z][a-zA-Z0-9_-]*
with the characters length in range of [3,64]. If the field is not provided, an Id will be auto-generated. If the field is provided, the caller is resposible for- the uniqueness of the ID, otherwise the request will be rejected.
- the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
#generator_id=
def generator_id=(value) -> ::String
-
value (::String) —
Optional. The ID to use for the generator, which will become the final component of the generator's resource name.
The generator ID must be compliant with the regression fomula
[a-zA-Z][a-zA-Z0-9_-]*
with the characters length in range of [3,64]. If the field is not provided, an Id will be auto-generated. If the field is provided, the caller is resposible for- the uniqueness of the ID, otherwise the request will be rejected.
- the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
-
(::String) —
Optional. The ID to use for the generator, which will become the final component of the generator's resource name.
The generator ID must be compliant with the regression fomula
[a-zA-Z][a-zA-Z0-9_-]*
with the characters length in range of [3,64]. If the field is not provided, an Id will be auto-generated. If the field is provided, the caller is resposible for- the uniqueness of the ID, otherwise the request will be rejected.
- the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
#parent
def parent() -> ::String
-
(::String) — Required. The project/location to create generator for. Format:
projects/<Project ID>/locations/<Location ID>
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The project/location to create generator for. Format:
projects/<Project ID>/locations/<Location ID>
-
(::String) — Required. The project/location to create generator for. Format:
projects/<Project ID>/locations/<Location ID>