Add QaScorecard Revision and Question resources#17279
Add QaScorecard Revision and Question resources#17279slevenick wants to merge 7 commits intoGoogleCloudPlatform:mainfrom
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_contact_center_insights_qa_question" "primary" {
abbreviation = # value needed
answer_choices {
bool_value = # value needed
key = # value needed
na_value = # value needed
num_value = # value needed
}
answer_instructions = # value needed
order = # value needed
predefined_question_config {
type = # value needed
}
qa_question_data_options {
conversation_data_options {
include_dialogflow_interaction_data = # value needed
}
}
tags = # value needed
tuning_metadata {
dataset_validation_warnings = # value needed
total_valid_label_count = # value needed
tuning_error = # value needed
}
}
Resource: resource "google_contact_center_insights_qa_scorecard_revision" "primary" {
qa_scorecard_revision_id = # value needed
snapshot {
description = # value needed
display_name = # value needed
is_default = # value needed
source = # value needed
}
}
Multiple resources addedThis PR adds multiple new resources: |
Tests analyticsTotal tests: 16 Click here to see the affected service packages
Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🟢 All tests passed! |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_contact_center_insights_qa_question" "primary" {
abbreviation = # value needed
answer_choices {
bool_value = # value needed
key = # value needed
na_value = # value needed
num_value = # value needed
}
answer_instructions = # value needed
order = # value needed
predefined_question_config {
type = # value needed
}
qa_question_data_options {
conversation_data_options {
include_dialogflow_interaction_data = # value needed
}
}
tags = # value needed
tuning_metadata {
dataset_validation_warnings = # value needed
total_valid_label_count = # value needed
tuning_error = # value needed
}
}
Resource: resource "google_contact_center_insights_qa_scorecard_revision" "primary" {
qa_scorecard_revision_id = # value needed
snapshot {
description = # value needed
display_name = # value needed
is_default = # value needed
source = # value needed
}
}
Multiple resources addedThis PR adds multiple new resources: |
Non-exercised tests🔴 Tests were added that are skipped in VCR:
Tests analyticsTotal tests: 0 Click here to see the affected service packages
🔴 Errors occurred during REPLAYING mode. Please fix them to complete your PR. View the build log |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_contact_center_insights_qa_question" "primary" {
abbreviation = # value needed
answer_choices {
bool_value = # value needed
key = # value needed
na_value = # value needed
num_value = # value needed
}
answer_instructions = # value needed
order = # value needed
predefined_question_config {
type = # value needed
}
qa_question_data_options {
conversation_data_options {
include_dialogflow_interaction_data = # value needed
}
}
tags = # value needed
tuning_metadata {
dataset_validation_warnings = # value needed
total_valid_label_count = # value needed
tuning_error = # value needed
}
}
Resource: resource "google_contact_center_insights_qa_scorecard_revision" "primary" {
qa_scorecard_revision_id = # value needed
snapshot {
description = # value needed
display_name = # value needed
is_default = # value needed
source = # value needed
}
}
Multiple resources addedThis PR adds multiple new resources: |
Tests analyticsTotal tests: 19 Click here to see the affected service packages
Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🟢 All tests passed! |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_contact_center_insights_qa_question" "primary" {
abbreviation = # value needed
answer_choices {
bool_value = # value needed
key = # value needed
na_value = # value needed
num_value = # value needed
}
answer_instructions = # value needed
order = # value needed
predefined_question_config {
type = # value needed
}
qa_question_data_options {
conversation_data_options {
include_dialogflow_interaction_data = # value needed
}
}
tags = # value needed
tuning_metadata {
dataset_validation_warnings = # value needed
total_valid_label_count = # value needed
tuning_error = # value needed
}
}
Resource: resource "google_contact_center_insights_qa_scorecard_revision" "primary" {
qa_scorecard_revision_id = # value needed
snapshot {
description = # value needed
display_name = # value needed
is_default = # value needed
source = # value needed
}
}
Multiple resources addedThis PR adds multiple new resources: |
Tests analyticsTotal tests: 19 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Fixes: hashicorp/terraform-provider-google#26658
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.