Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::CreateGeneratorRequest (v1.1.1)

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
Returns

#generator=

def generator=(value) -> ::Google::Cloud::Dialogflow::V2::Generator
Parameter
Returns

#generator_id

def generator_id() -> ::String
Returns
  • (::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

    1. the uniqueness of the ID, otherwise the request will be rejected.
    2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.

#generator_id=

def generator_id=(value) -> ::String
Parameter
  • 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

    1. the uniqueness of the ID, otherwise the request will be rejected.
    2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
Returns
  • (::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

    1. the uniqueness of the ID, otherwise the request will be rejected.
    2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project/location to create generator for. Format: projects/<Project ID>/locations/<Location ID>

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project/location to create generator for. Format: projects/<Project ID>/locations/<Location ID>
Returns
  • (::String) — Required. The project/location to create generator for. Format: projects/<Project ID>/locations/<Location ID>