1. Packages
  2. Packages
  3. Google Cloud (GCP) Classic
  4. API Docs
  5. contactcenterinsights
  6. QaScorecardRevision
Viewing docs for Google Cloud v9.23.0
published on Thursday, May 7, 2026 by Pulumi
gcp logo
Viewing docs for Google Cloud v9.23.0
published on Thursday, May 7, 2026 by Pulumi

    A revision of a QaScorecard.

    Example Usage

    Create QaScorecardRevision Resource

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

    Constructor syntax

    new QaScorecardRevision(name: string, args: QaScorecardRevisionArgs, opts?: CustomResourceOptions);
    @overload
    def QaScorecardRevision(resource_name: str,
                            args: QaScorecardRevisionArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def QaScorecardRevision(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            location: Optional[str] = None,
                            qa_scorecard: Optional[str] = None,
                            project: Optional[str] = None,
                            qa_scorecard_revision_id: Optional[str] = None)
    func NewQaScorecardRevision(ctx *Context, name string, args QaScorecardRevisionArgs, opts ...ResourceOption) (*QaScorecardRevision, error)
    public QaScorecardRevision(string name, QaScorecardRevisionArgs args, CustomResourceOptions? opts = null)
    public QaScorecardRevision(String name, QaScorecardRevisionArgs args)
    public QaScorecardRevision(String name, QaScorecardRevisionArgs args, CustomResourceOptions options)
    
    type: gcp:contactcenterinsights:QaScorecardRevision
    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 QaScorecardRevisionArgs
    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 QaScorecardRevisionArgs
    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 QaScorecardRevisionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args QaScorecardRevisionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args QaScorecardRevisionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

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

    var qaScorecardRevisionResource = new Gcp.ContactCenterInsights.QaScorecardRevision("qaScorecardRevisionResource", new()
    {
        Location = "string",
        QaScorecard = "string",
        Project = "string",
        QaScorecardRevisionId = "string",
    });
    
    example, err := contactcenterinsights.NewQaScorecardRevision(ctx, "qaScorecardRevisionResource", &contactcenterinsights.QaScorecardRevisionArgs{
    	Location:              pulumi.String("string"),
    	QaScorecard:           pulumi.String("string"),
    	Project:               pulumi.String("string"),
    	QaScorecardRevisionId: pulumi.String("string"),
    })
    
    var qaScorecardRevisionResource = new QaScorecardRevision("qaScorecardRevisionResource", QaScorecardRevisionArgs.builder()
        .location("string")
        .qaScorecard("string")
        .project("string")
        .qaScorecardRevisionId("string")
        .build());
    
    qa_scorecard_revision_resource = gcp.contactcenterinsights.QaScorecardRevision("qaScorecardRevisionResource",
        location="string",
        qa_scorecard="string",
        project="string",
        qa_scorecard_revision_id="string")
    
    const qaScorecardRevisionResource = new gcp.contactcenterinsights.QaScorecardRevision("qaScorecardRevisionResource", {
        location: "string",
        qaScorecard: "string",
        project: "string",
        qaScorecardRevisionId: "string",
    });
    
    type: gcp:contactcenterinsights:QaScorecardRevision
    properties:
        location: string
        project: string
        qaScorecard: string
        qaScorecardRevisionId: string
    

    QaScorecardRevision Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The QaScorecardRevision resource accepts the following input properties:

    Location string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    QaScorecard string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    QaScorecardRevisionId string
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    Location string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    QaScorecard string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    QaScorecardRevisionId string
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    location String
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    qaScorecard String
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    qaScorecardRevisionId String
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    location string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    qaScorecard string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    qaScorecardRevisionId string
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    location str
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    qa_scorecard str
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    project str
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    qa_scorecard_revision_id str
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    location String
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    qaScorecard String
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    qaScorecardRevisionId String
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.

    Outputs

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

    AlternateIds List<string>
    Alternative IDs for this revision of the scorecard, e.g., latest.
    CreateTime string
    (Output) The time at which this scorecard was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    Snapshots List<QaScorecardRevisionSnapshot>
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    State string
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    AlternateIds []string
    Alternative IDs for this revision of the scorecard, e.g., latest.
    CreateTime string
    (Output) The time at which this scorecard was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    Snapshots []QaScorecardRevisionSnapshot
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    State string
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    alternateIds List<String>
    Alternative IDs for this revision of the scorecard, e.g., latest.
    createTime String
    (Output) The time at which this scorecard was created.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    snapshots List<QaScorecardRevisionSnapshot>
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    state String
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    alternateIds string[]
    Alternative IDs for this revision of the scorecard, e.g., latest.
    createTime string
    (Output) The time at which this scorecard was created.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    snapshots QaScorecardRevisionSnapshot[]
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    state string
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    alternate_ids Sequence[str]
    Alternative IDs for this revision of the scorecard, e.g., latest.
    create_time str
    (Output) The time at which this scorecard was created.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    snapshots Sequence[QaScorecardRevisionSnapshot]
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    state str
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    alternateIds List<String>
    Alternative IDs for this revision of the scorecard, e.g., latest.
    createTime String
    (Output) The time at which this scorecard was created.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    snapshots List<Property Map>
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    state String
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED

    Look up Existing QaScorecardRevision Resource

    Get an existing QaScorecardRevision resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: QaScorecardRevisionState, opts?: CustomResourceOptions): QaScorecardRevision
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            alternate_ids: Optional[Sequence[str]] = None,
            create_time: Optional[str] = None,
            location: Optional[str] = None,
            name: Optional[str] = None,
            project: Optional[str] = None,
            qa_scorecard: Optional[str] = None,
            qa_scorecard_revision_id: Optional[str] = None,
            snapshots: Optional[Sequence[QaScorecardRevisionSnapshotArgs]] = None,
            state: Optional[str] = None) -> QaScorecardRevision
    func GetQaScorecardRevision(ctx *Context, name string, id IDInput, state *QaScorecardRevisionState, opts ...ResourceOption) (*QaScorecardRevision, error)
    public static QaScorecardRevision Get(string name, Input<string> id, QaScorecardRevisionState? state, CustomResourceOptions? opts = null)
    public static QaScorecardRevision get(String name, Output<String> id, QaScorecardRevisionState state, CustomResourceOptions options)
    resources:  _:    type: gcp:contactcenterinsights:QaScorecardRevision    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AlternateIds List<string>
    Alternative IDs for this revision of the scorecard, e.g., latest.
    CreateTime string
    (Output) The time at which this scorecard was created.
    Location string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    Name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    QaScorecard string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    QaScorecardRevisionId string
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    Snapshots List<QaScorecardRevisionSnapshot>
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    State string
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    AlternateIds []string
    Alternative IDs for this revision of the scorecard, e.g., latest.
    CreateTime string
    (Output) The time at which this scorecard was created.
    Location string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    Name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    QaScorecard string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    QaScorecardRevisionId string
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    Snapshots []QaScorecardRevisionSnapshotArgs
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    State string
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    alternateIds List<String>
    Alternative IDs for this revision of the scorecard, e.g., latest.
    createTime String
    (Output) The time at which this scorecard was created.
    location String
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    name String
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    qaScorecard String
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    qaScorecardRevisionId String
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    snapshots List<QaScorecardRevisionSnapshot>
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    state String
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    alternateIds string[]
    Alternative IDs for this revision of the scorecard, e.g., latest.
    createTime string
    (Output) The time at which this scorecard was created.
    location string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    qaScorecard string
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    qaScorecardRevisionId string
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    snapshots QaScorecardRevisionSnapshot[]
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    state string
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    alternate_ids Sequence[str]
    Alternative IDs for this revision of the scorecard, e.g., latest.
    create_time str
    (Output) The time at which this scorecard was created.
    location str
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    name str
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    project str
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    qa_scorecard str
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    qa_scorecard_revision_id str
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    snapshots Sequence[QaScorecardRevisionSnapshotArgs]
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    state str
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED
    alternateIds List<String>
    Alternative IDs for this revision of the scorecard, e.g., latest.
    createTime String
    (Output) The time at which this scorecard was created.
    location String
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    name String
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    qaScorecard String
    Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    qaScorecardRevisionId String
    A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified this resource will get the latest revision on the given scorecard.
    snapshots List<Property Map>
    A QaScorecard represents a collection of questions to be scored during analysis. Structure is documented below.
    state String
    State of the scorecard revision, indicating whether it's ready to be used in analysis. Possible values: EDITABLE TRAINING TRAINING_FAILED READY DELETING TRAINING_CANCELLED

    Supporting Types

    QaScorecardRevisionSnapshot, QaScorecardRevisionSnapshotArgs

    CreateTime string
    (Output) The time at which this scorecard was created.
    Description string
    A text description explaining the intent of the scorecard.
    DisplayName string
    The user-specified display name of the scorecard.
    IsDefault bool
    Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector.
    Name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    Source string
    Possible values: QA_SCORECARD_SOURCE_CUSTOMER_DEFINED QA_SCORECARD_SOURCE_DISCOVERY_ENGINE
    UpdateTime string
    (Output) The most recent time at which the scorecard was updated.
    CreateTime string
    (Output) The time at which this scorecard was created.
    Description string
    A text description explaining the intent of the scorecard.
    DisplayName string
    The user-specified display name of the scorecard.
    IsDefault bool
    Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector.
    Name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    Source string
    Possible values: QA_SCORECARD_SOURCE_CUSTOMER_DEFINED QA_SCORECARD_SOURCE_DISCOVERY_ENGINE
    UpdateTime string
    (Output) The most recent time at which the scorecard was updated.
    createTime String
    (Output) The time at which this scorecard was created.
    description String
    A text description explaining the intent of the scorecard.
    displayName String
    The user-specified display name of the scorecard.
    isDefault Boolean
    Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector.
    name String
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    source String
    Possible values: QA_SCORECARD_SOURCE_CUSTOMER_DEFINED QA_SCORECARD_SOURCE_DISCOVERY_ENGINE
    updateTime String
    (Output) The most recent time at which the scorecard was updated.
    createTime string
    (Output) The time at which this scorecard was created.
    description string
    A text description explaining the intent of the scorecard.
    displayName string
    The user-specified display name of the scorecard.
    isDefault boolean
    Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector.
    name string
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    source string
    Possible values: QA_SCORECARD_SOURCE_CUSTOMER_DEFINED QA_SCORECARD_SOURCE_DISCOVERY_ENGINE
    updateTime string
    (Output) The most recent time at which the scorecard was updated.
    create_time str
    (Output) The time at which this scorecard was created.
    description str
    A text description explaining the intent of the scorecard.
    display_name str
    The user-specified display name of the scorecard.
    is_default bool
    Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector.
    name str
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    source str
    Possible values: QA_SCORECARD_SOURCE_CUSTOMER_DEFINED QA_SCORECARD_SOURCE_DISCOVERY_ENGINE
    update_time str
    (Output) The most recent time at which the scorecard was updated.
    createTime String
    (Output) The time at which this scorecard was created.
    description String
    A text description explaining the intent of the scorecard.
    displayName String
    The user-specified display name of the scorecard.
    isDefault Boolean
    Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector.
    name String
    (Output) Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
    source String
    Possible values: QA_SCORECARD_SOURCE_CUSTOMER_DEFINED QA_SCORECARD_SOURCE_DISCOVERY_ENGINE
    updateTime String
    (Output) The most recent time at which the scorecard was updated.

    Import

    QaScorecardRevision can be imported using any of these accepted formats:

    • projects/{{project}}/locations/{{location}}/qaScorecards/{{qa_scorecard}}/revisions/{{qa_scorecard_revision_id}}
    • {{project}}/{{location}}/{{qa_scorecard}}/{{qa_scorecard_revision_id}}
    • {{location}}/{{qa_scorecard}}/{{qa_scorecard_revision_id}}

    When using the pulumi import command, QaScorecardRevision can be imported using one of the formats above. For example:

    $ pulumi import gcp:contactcenterinsights/qaScorecardRevision:QaScorecardRevision default projects/{{project}}/locations/{{location}}/qaScorecards/{{qa_scorecard}}/revisions/{{qa_scorecard_revision_id}}
    $ pulumi import gcp:contactcenterinsights/qaScorecardRevision:QaScorecardRevision default {{project}}/{{location}}/{{qa_scorecard}}/{{qa_scorecard_revision_id}}
    $ pulumi import gcp:contactcenterinsights/qaScorecardRevision:QaScorecardRevision default {{location}}/{{qa_scorecard}}/{{qa_scorecard_revision_id}}
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Viewing docs for Google Cloud v9.23.0
    published on Thursday, May 7, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.