1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dialogflow
  5. dialogflow/v2
  6. Version

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.dialogflow/v2.Version

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates an agent version. The new version points to the agent instance in the “default” environment. Auto-naming is currently not supported for this resource.

    Create Version Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Version(name: string, args?: VersionArgs, opts?: CustomResourceOptions);
    @overload
    def Version(resource_name: str,
                args: Optional[VersionArgs] = None,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Version(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                description: Optional[str] = None,
                location: Optional[str] = None,
                project: Optional[str] = None)
    func NewVersion(ctx *Context, name string, args *VersionArgs, opts ...ResourceOption) (*Version, error)
    public Version(string name, VersionArgs? args = null, CustomResourceOptions? opts = null)
    public Version(String name, VersionArgs args)
    public Version(String name, VersionArgs args, CustomResourceOptions options)
    
    type: google-native:dialogflow/v2:Version
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VersionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var exampleversionResourceResourceFromDialogflowv2 = new GoogleNative.Dialogflow.V2.Version("exampleversionResourceResourceFromDialogflowv2", new()
    {
        Description = "string",
        Location = "string",
        Project = "string",
    });
    
    example, err := dialogflow.NewVersion(ctx, "exampleversionResourceResourceFromDialogflowv2", &dialogflow.VersionArgs{
    Description: pulumi.String("string"),
    Location: pulumi.String("string"),
    Project: pulumi.String("string"),
    })
    
    var exampleversionResourceResourceFromDialogflowv2 = new Version("exampleversionResourceResourceFromDialogflowv2", VersionArgs.builder()        
        .description("string")
        .location("string")
        .project("string")
        .build());
    
    exampleversion_resource_resource_from_dialogflowv2 = google_native.dialogflow.v2.Version("exampleversionResourceResourceFromDialogflowv2",
        description="string",
        location="string",
        project="string")
    
    const exampleversionResourceResourceFromDialogflowv2 = new google_native.dialogflow.v2.Version("exampleversionResourceResourceFromDialogflowv2", {
        description: "string",
        location: "string",
        project: "string",
    });
    
    type: google-native:dialogflow/v2:Version
    properties:
        description: string
        location: string
        project: string
    

    Version Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Version resource accepts the following input properties:

    Description string
    Optional. The developer-provided description of this version.
    Location string
    Project string
    Description string
    Optional. The developer-provided description of this version.
    Location string
    Project string
    description String
    Optional. The developer-provided description of this version.
    location String
    project String
    description string
    Optional. The developer-provided description of this version.
    location string
    project string
    description str
    Optional. The developer-provided description of this version.
    location str
    project str
    description String
    Optional. The developer-provided description of this version.
    location String
    project String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Version resource produces the following output properties:

    CreateTime string
    The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The unique identifier of this agent version. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/
    Status string
    The status of this version. This field is read-only and cannot be set by create and update methods.
    VersionNumber int
    The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.
    CreateTime string
    The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The unique identifier of this agent version. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/
    Status string
    The status of this version. This field is read-only and cannot be set by create and update methods.
    VersionNumber int
    The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.
    createTime String
    The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The unique identifier of this agent version. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/
    status String
    The status of this version. This field is read-only and cannot be set by create and update methods.
    versionNumber Integer
    The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.
    createTime string
    The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The unique identifier of this agent version. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/
    status string
    The status of this version. This field is read-only and cannot be set by create and update methods.
    versionNumber number
    The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.
    create_time str
    The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The unique identifier of this agent version. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/
    status str
    The status of this version. This field is read-only and cannot be set by create and update methods.
    version_number int
    The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.
    createTime String
    The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The unique identifier of this agent version. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/
    status String
    The status of this version. This field is read-only and cannot be set by create and update methods.
    versionNumber Number
    The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi