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/v3beta1.getExperiment
Explore with Pulumi AI
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
Retrieves the specified Experiment.
Using getExperiment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExperiment(args: GetExperimentArgs, opts?: InvokeOptions): Promise<GetExperimentResult>
function getExperimentOutput(args: GetExperimentOutputArgs, opts?: InvokeOptions): Output<GetExperimentResult>def get_experiment(agent_id: Optional[str] = None,
                   environment_id: Optional[str] = None,
                   experiment_id: Optional[str] = None,
                   location: Optional[str] = None,
                   project: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetExperimentResult
def get_experiment_output(agent_id: Optional[pulumi.Input[str]] = None,
                   environment_id: Optional[pulumi.Input[str]] = None,
                   experiment_id: Optional[pulumi.Input[str]] = None,
                   location: Optional[pulumi.Input[str]] = None,
                   project: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetExperimentResult]func LookupExperiment(ctx *Context, args *LookupExperimentArgs, opts ...InvokeOption) (*LookupExperimentResult, error)
func LookupExperimentOutput(ctx *Context, args *LookupExperimentOutputArgs, opts ...InvokeOption) LookupExperimentResultOutput> Note: This function is named LookupExperiment in the Go SDK.
public static class GetExperiment 
{
    public static Task<GetExperimentResult> InvokeAsync(GetExperimentArgs args, InvokeOptions? opts = null)
    public static Output<GetExperimentResult> Invoke(GetExperimentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExperimentResult> getExperiment(GetExperimentArgs args, InvokeOptions options)
public static Output<GetExperimentResult> getExperiment(GetExperimentArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:dialogflow/v3beta1:getExperiment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AgentId string
- EnvironmentId string
- ExperimentId string
- Location string
- Project string
- AgentId string
- EnvironmentId string
- ExperimentId string
- Location string
- Project string
- agentId String
- environmentId String
- experimentId String
- location String
- project String
- agentId string
- environmentId string
- experimentId string
- location string
- project string
- agent_id str
- environment_id str
- experiment_id str
- location str
- project str
- agentId String
- environmentId String
- experimentId String
- location String
- project String
getExperiment Result
The following output properties are available:
- CreateTime string
- Creation time of this experiment.
- Definition
Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Experiment Definition Response 
- The definition of the experiment.
- Description string
- The human-readable description of the experiment.
- DisplayName string
- The human-readable name of the experiment (unique in an environment). Limit of 64 characters.
- EndTime string
- End time of this experiment.
- ExperimentLength string
- Maximum number of days to run the experiment. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
- LastUpdate stringTime 
- Last update time of this experiment.
- Name string
- The name of the experiment. Format: projects//locations//agents//environments//experiments/..
- Result
Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Experiment Result Response 
- Inference result of the experiment.
- RolloutConfig Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Rollout Config Response 
- The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
- RolloutFailure stringReason 
- The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.
- RolloutState Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Rollout State Response 
- State of the auto rollout process.
- StartTime string
- Start time of this experiment.
- State string
- The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.
- VariantsHistory List<Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Variants History Response> 
- The history of updates to the experiment variants.
- CreateTime string
- Creation time of this experiment.
- Definition
GoogleCloud Dialogflow Cx V3beta1Experiment Definition Response 
- The definition of the experiment.
- Description string
- The human-readable description of the experiment.
- DisplayName string
- The human-readable name of the experiment (unique in an environment). Limit of 64 characters.
- EndTime string
- End time of this experiment.
- ExperimentLength string
- Maximum number of days to run the experiment. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
- LastUpdate stringTime 
- Last update time of this experiment.
- Name string
- The name of the experiment. Format: projects//locations//agents//environments//experiments/..
- Result
GoogleCloud Dialogflow Cx V3beta1Experiment Result Response 
- Inference result of the experiment.
- RolloutConfig GoogleCloud Dialogflow Cx V3beta1Rollout Config Response 
- The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
- RolloutFailure stringReason 
- The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.
- RolloutState GoogleCloud Dialogflow Cx V3beta1Rollout State Response 
- State of the auto rollout process.
- StartTime string
- Start time of this experiment.
- State string
- The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.
- VariantsHistory []GoogleCloud Dialogflow Cx V3beta1Variants History Response 
- The history of updates to the experiment variants.
- createTime String
- Creation time of this experiment.
- definition
GoogleCloud Dialogflow Cx V3beta1Experiment Definition Response 
- The definition of the experiment.
- description String
- The human-readable description of the experiment.
- displayName String
- The human-readable name of the experiment (unique in an environment). Limit of 64 characters.
- endTime String
- End time of this experiment.
- experimentLength String
- Maximum number of days to run the experiment. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
- lastUpdate StringTime 
- Last update time of this experiment.
- name String
- The name of the experiment. Format: projects//locations//agents//environments//experiments/..
- result
GoogleCloud Dialogflow Cx V3beta1Experiment Result Response 
- Inference result of the experiment.
- rolloutConfig GoogleCloud Dialogflow Cx V3beta1Rollout Config Response 
- The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
- rolloutFailure StringReason 
- The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.
- rolloutState GoogleCloud Dialogflow Cx V3beta1Rollout State Response 
- State of the auto rollout process.
- startTime String
- Start time of this experiment.
- state String
- The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.
- variantsHistory List<GoogleCloud Dialogflow Cx V3beta1Variants History Response> 
- The history of updates to the experiment variants.
- createTime string
- Creation time of this experiment.
- definition
GoogleCloud Dialogflow Cx V3beta1Experiment Definition Response 
- The definition of the experiment.
- description string
- The human-readable description of the experiment.
- displayName string
- The human-readable name of the experiment (unique in an environment). Limit of 64 characters.
- endTime string
- End time of this experiment.
- experimentLength string
- Maximum number of days to run the experiment. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
- lastUpdate stringTime 
- Last update time of this experiment.
- name string
- The name of the experiment. Format: projects//locations//agents//environments//experiments/..
- result
GoogleCloud Dialogflow Cx V3beta1Experiment Result Response 
- Inference result of the experiment.
- rolloutConfig GoogleCloud Dialogflow Cx V3beta1Rollout Config Response 
- The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
- rolloutFailure stringReason 
- The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.
- rolloutState GoogleCloud Dialogflow Cx V3beta1Rollout State Response 
- State of the auto rollout process.
- startTime string
- Start time of this experiment.
- state string
- The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.
- variantsHistory GoogleCloud Dialogflow Cx V3beta1Variants History Response[] 
- The history of updates to the experiment variants.
- create_time str
- Creation time of this experiment.
- definition
GoogleCloud Dialogflow Cx V3beta1Experiment Definition Response 
- The definition of the experiment.
- description str
- The human-readable description of the experiment.
- display_name str
- The human-readable name of the experiment (unique in an environment). Limit of 64 characters.
- end_time str
- End time of this experiment.
- experiment_length str
- Maximum number of days to run the experiment. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
- last_update_ strtime 
- Last update time of this experiment.
- name str
- The name of the experiment. Format: projects//locations//agents//environments//experiments/..
- result
GoogleCloud Dialogflow Cx V3beta1Experiment Result Response 
- Inference result of the experiment.
- rollout_config GoogleCloud Dialogflow Cx V3beta1Rollout Config Response 
- The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
- rollout_failure_ strreason 
- The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.
- rollout_state GoogleCloud Dialogflow Cx V3beta1Rollout State Response 
- State of the auto rollout process.
- start_time str
- Start time of this experiment.
- state str
- The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.
- variants_history Sequence[GoogleCloud Dialogflow Cx V3beta1Variants History Response] 
- The history of updates to the experiment variants.
- createTime String
- Creation time of this experiment.
- definition Property Map
- The definition of the experiment.
- description String
- The human-readable description of the experiment.
- displayName String
- The human-readable name of the experiment (unique in an environment). Limit of 64 characters.
- endTime String
- End time of this experiment.
- experimentLength String
- Maximum number of days to run the experiment. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.
- lastUpdate StringTime 
- Last update time of this experiment.
- name String
- The name of the experiment. Format: projects//locations//agents//environments//experiments/..
- result Property Map
- Inference result of the experiment.
- rolloutConfig Property Map
- The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.
- rolloutFailure StringReason 
- The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.
- rolloutState Property Map
- State of the auto rollout process.
- startTime String
- Start time of this experiment.
- state String
- The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.
- variantsHistory List<Property Map>
- The history of updates to the experiment variants.
Supporting Types
GoogleCloudDialogflowCxV3beta1ExperimentDefinitionResponse      
- Condition string
- The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.
- VersionVariants Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants of this experiment.
- Condition string
- The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.
- VersionVariants GoogleCloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants of this experiment.
- condition String
- The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.
- versionVariants GoogleCloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants of this experiment.
- condition string
- The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.
- versionVariants GoogleCloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants of this experiment.
- condition str
- The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.
- version_variants GoogleCloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants of this experiment.
- condition String
- The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.
- versionVariants Property Map
- The flow versions as the variants of this experiment.
GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalResponse        
- ConfidenceLevel double
- The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
- LowerBound double
- Lower bound of the interval.
- Ratio double
- The percent change between an experiment metric's value and the value for its control.
- UpperBound double
- Upper bound of the interval.
- ConfidenceLevel float64
- The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
- LowerBound float64
- Lower bound of the interval.
- Ratio float64
- The percent change between an experiment metric's value and the value for its control.
- UpperBound float64
- Upper bound of the interval.
- confidenceLevel Double
- The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
- lowerBound Double
- Lower bound of the interval.
- ratio Double
- The percent change between an experiment metric's value and the value for its control.
- upperBound Double
- Upper bound of the interval.
- confidenceLevel number
- The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
- lowerBound number
- Lower bound of the interval.
- ratio number
- The percent change between an experiment metric's value and the value for its control.
- upperBound number
- Upper bound of the interval.
- confidence_level float
- The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
- lower_bound float
- Lower bound of the interval.
- ratio float
- The percent change between an experiment metric's value and the value for its control.
- upper_bound float
- Upper bound of the interval.
- confidenceLevel Number
- The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
- lowerBound Number
- Lower bound of the interval.
- ratio Number
- The percent change between an experiment metric's value and the value for its control.
- upperBound Number
- Upper bound of the interval.
GoogleCloudDialogflowCxV3beta1ExperimentResultMetricResponse       
- ConfidenceInterval Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Experiment Result Confidence Interval Response 
- The probability that the treatment is better than all other treatments in the experiment
- Count double
- Count value of a metric.
- CountType string
- Count-based metric type. Only one of type or count_type is specified in each Metric.
- Ratio double
- Ratio value of a metric.
- Type string
- Ratio-based metric type. Only one of type or count_type is specified in each Metric.
- ConfidenceInterval GoogleCloud Dialogflow Cx V3beta1Experiment Result Confidence Interval Response 
- The probability that the treatment is better than all other treatments in the experiment
- Count float64
- Count value of a metric.
- CountType string
- Count-based metric type. Only one of type or count_type is specified in each Metric.
- Ratio float64
- Ratio value of a metric.
- Type string
- Ratio-based metric type. Only one of type or count_type is specified in each Metric.
- confidenceInterval GoogleCloud Dialogflow Cx V3beta1Experiment Result Confidence Interval Response 
- The probability that the treatment is better than all other treatments in the experiment
- count Double
- Count value of a metric.
- countType String
- Count-based metric type. Only one of type or count_type is specified in each Metric.
- ratio Double
- Ratio value of a metric.
- type String
- Ratio-based metric type. Only one of type or count_type is specified in each Metric.
- confidenceInterval GoogleCloud Dialogflow Cx V3beta1Experiment Result Confidence Interval Response 
- The probability that the treatment is better than all other treatments in the experiment
- count number
- Count value of a metric.
- countType string
- Count-based metric type. Only one of type or count_type is specified in each Metric.
- ratio number
- Ratio value of a metric.
- type string
- Ratio-based metric type. Only one of type or count_type is specified in each Metric.
- confidence_interval GoogleCloud Dialogflow Cx V3beta1Experiment Result Confidence Interval Response 
- The probability that the treatment is better than all other treatments in the experiment
- count float
- Count value of a metric.
- count_type str
- Count-based metric type. Only one of type or count_type is specified in each Metric.
- ratio float
- Ratio value of a metric.
- type str
- Ratio-based metric type. Only one of type or count_type is specified in each Metric.
- confidenceInterval Property Map
- The probability that the treatment is better than all other treatments in the experiment
- count Number
- Count value of a metric.
- countType String
- Count-based metric type. Only one of type or count_type is specified in each Metric.
- ratio Number
- Ratio value of a metric.
- type String
- Ratio-based metric type. Only one of type or count_type is specified in each Metric.
GoogleCloudDialogflowCxV3beta1ExperimentResultResponse      
- LastUpdate stringTime 
- The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.
- VersionMetrics List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Experiment Result Version Metrics Response> 
- Version variants and metrics.
- LastUpdate stringTime 
- The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.
- VersionMetrics []GoogleCloud Dialogflow Cx V3beta1Experiment Result Version Metrics Response 
- Version variants and metrics.
- lastUpdate StringTime 
- The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.
- versionMetrics List<GoogleCloud Dialogflow Cx V3beta1Experiment Result Version Metrics Response> 
- Version variants and metrics.
- lastUpdate stringTime 
- The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.
- versionMetrics GoogleCloud Dialogflow Cx V3beta1Experiment Result Version Metrics Response[] 
- Version variants and metrics.
- last_update_ strtime 
- The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.
- version_metrics Sequence[GoogleCloud Dialogflow Cx V3beta1Experiment Result Version Metrics Response] 
- Version variants and metrics.
- lastUpdate StringTime 
- The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.
- versionMetrics List<Property Map>
- Version variants and metrics.
GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetricsResponse        
- Metrics
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Experiment Result Metric Response> 
- The metrics and corresponding confidence intervals in the inference result.
- SessionCount int
- Number of sessions that were allocated to this version.
- Version string
- The name of the flow Version. Format: projects//locations//agents//flows//versions/.
- Metrics
[]GoogleCloud Dialogflow Cx V3beta1Experiment Result Metric Response 
- The metrics and corresponding confidence intervals in the inference result.
- SessionCount int
- Number of sessions that were allocated to this version.
- Version string
- The name of the flow Version. Format: projects//locations//agents//flows//versions/.
- metrics
List<GoogleCloud Dialogflow Cx V3beta1Experiment Result Metric Response> 
- The metrics and corresponding confidence intervals in the inference result.
- sessionCount Integer
- Number of sessions that were allocated to this version.
- version String
- The name of the flow Version. Format: projects//locations//agents//flows//versions/.
- metrics
GoogleCloud Dialogflow Cx V3beta1Experiment Result Metric Response[] 
- The metrics and corresponding confidence intervals in the inference result.
- sessionCount number
- Number of sessions that were allocated to this version.
- version string
- The name of the flow Version. Format: projects//locations//agents//flows//versions/.
- metrics
Sequence[GoogleCloud Dialogflow Cx V3beta1Experiment Result Metric Response] 
- The metrics and corresponding confidence intervals in the inference result.
- session_count int
- Number of sessions that were allocated to this version.
- version str
- The name of the flow Version. Format: projects//locations//agents//flows//versions/.
- metrics List<Property Map>
- The metrics and corresponding confidence intervals in the inference result.
- sessionCount Number
- Number of sessions that were allocated to this version.
- version String
- The name of the flow Version. Format: projects//locations//agents//flows//versions/.
GoogleCloudDialogflowCxV3beta1RolloutConfigResponse      
- FailureCondition string
- The conditions that are used to evaluate the failure of a rollout step. If not specified, no rollout steps will fail. E.g. "containment_rate < 10% OR average_turn_count < 3". See the conditions reference.
- RolloutCondition string
- The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%". See the conditions reference.
- RolloutSteps List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Rollout Config Rollout Step Response> 
- Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
- FailureCondition string
- The conditions that are used to evaluate the failure of a rollout step. If not specified, no rollout steps will fail. E.g. "containment_rate < 10% OR average_turn_count < 3". See the conditions reference.
- RolloutCondition string
- The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%". See the conditions reference.
- RolloutSteps []GoogleCloud Dialogflow Cx V3beta1Rollout Config Rollout Step Response 
- Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
- failureCondition String
- The conditions that are used to evaluate the failure of a rollout step. If not specified, no rollout steps will fail. E.g. "containment_rate < 10% OR average_turn_count < 3". See the conditions reference.
- rolloutCondition String
- The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%". See the conditions reference.
- rolloutSteps List<GoogleCloud Dialogflow Cx V3beta1Rollout Config Rollout Step Response> 
- Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
- failureCondition string
- The conditions that are used to evaluate the failure of a rollout step. If not specified, no rollout steps will fail. E.g. "containment_rate < 10% OR average_turn_count < 3". See the conditions reference.
- rolloutCondition string
- The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%". See the conditions reference.
- rolloutSteps GoogleCloud Dialogflow Cx V3beta1Rollout Config Rollout Step Response[] 
- Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
- failure_condition str
- The conditions that are used to evaluate the failure of a rollout step. If not specified, no rollout steps will fail. E.g. "containment_rate < 10% OR average_turn_count < 3". See the conditions reference.
- rollout_condition str
- The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%". See the conditions reference.
- rollout_steps Sequence[GoogleCloud Dialogflow Cx V3beta1Rollout Config Rollout Step Response] 
- Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
- failureCondition String
- The conditions that are used to evaluate the failure of a rollout step. If not specified, no rollout steps will fail. E.g. "containment_rate < 10% OR average_turn_count < 3". See the conditions reference.
- rolloutCondition String
- The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%". See the conditions reference.
- rolloutSteps List<Property Map>
- Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStepResponse        
- DisplayName string
- The name of the rollout step;
- MinDuration string
- The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
- TrafficPercent int
- The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
- DisplayName string
- The name of the rollout step;
- MinDuration string
- The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
- TrafficPercent int
- The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
- displayName String
- The name of the rollout step;
- minDuration String
- The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
- trafficPercent Integer
- The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
- displayName string
- The name of the rollout step;
- minDuration string
- The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
- trafficPercent number
- The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
- display_name str
- The name of the rollout step;
- min_duration str
- The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
- traffic_percent int
- The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
- displayName String
- The name of the rollout step;
- minDuration String
- The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
- trafficPercent Number
- The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
GoogleCloudDialogflowCxV3beta1RolloutStateResponse      
- start_time str
- Start time of the current step.
- step str
- Display name of the current auto rollout step.
- step_index int
- Index of the current step in the auto rollout steps list.
GoogleCloudDialogflowCxV3beta1VariantsHistoryResponse      
- UpdateTime string
- Update time of the variants.
- VersionVariants Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants.
- UpdateTime string
- Update time of the variants.
- VersionVariants GoogleCloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants.
- updateTime String
- Update time of the variants.
- versionVariants GoogleCloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants.
- updateTime string
- Update time of the variants.
- versionVariants GoogleCloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants.
- update_time str
- Update time of the variants.
- version_variants GoogleCloud Dialogflow Cx V3beta1Version Variants Response 
- The flow versions as the variants.
- updateTime String
- Update time of the variants.
- versionVariants Property Map
- The flow versions as the variants.
GoogleCloudDialogflowCxV3beta1VersionVariantsResponse      
- Variants
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Version Variants Variant Response> 
- A list of flow version variants.
- Variants
[]GoogleCloud Dialogflow Cx V3beta1Version Variants Variant Response 
- A list of flow version variants.
- variants
List<GoogleCloud Dialogflow Cx V3beta1Version Variants Variant Response> 
- A list of flow version variants.
- variants
GoogleCloud Dialogflow Cx V3beta1Version Variants Variant Response[] 
- A list of flow version variants.
- variants
Sequence[GoogleCloud Dialogflow Cx V3beta1Version Variants Variant Response] 
- A list of flow version variants.
- variants List<Property Map>
- A list of flow version variants.
GoogleCloudDialogflowCxV3beta1VersionVariantsVariantResponse       
- IsControl boolGroup 
- Whether the variant is for the control group.
- TrafficAllocation double
- Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
- Version string
- The name of the flow version. Format: projects//locations//agents//flows//versions/.
- IsControl boolGroup 
- Whether the variant is for the control group.
- TrafficAllocation float64
- Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
- Version string
- The name of the flow version. Format: projects//locations//agents//flows//versions/.
- isControl BooleanGroup 
- Whether the variant is for the control group.
- trafficAllocation Double
- Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
- version String
- The name of the flow version. Format: projects//locations//agents//flows//versions/.
- isControl booleanGroup 
- Whether the variant is for the control group.
- trafficAllocation number
- Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
- version string
- The name of the flow version. Format: projects//locations//agents//flows//versions/.
- is_control_ boolgroup 
- Whether the variant is for the control group.
- traffic_allocation float
- Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
- version str
- The name of the flow version. Format: projects//locations//agents//flows//versions/.
- isControl BooleanGroup 
- Whether the variant is for the control group.
- trafficAllocation Number
- Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.
- version String
- The name of the flow version. Format: projects//locations//agents//flows//versions/.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
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