Interface DialogflowCxEnvironmentVersionConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxEnvironmentVersionConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.931Z") @Stability(Stable) public interface DialogflowCxEnvironmentVersionConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxEnvironmentVersionConfigs.BuilderA builder forDialogflowCxEnvironmentVersionConfigsstatic classDialogflowCxEnvironmentVersionConfigs.Jsii$ProxyAn implementation forDialogflowCxEnvironmentVersionConfigs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DialogflowCxEnvironmentVersionConfigs.Builderbuilder()StringgetVersion()Format: projects/{{project}}/locations/{{location}}/agents/{{agent}}/flows/{{flow}}/versions/{{version}}.
-
-
-
Method Detail
-
getVersion
@Stability(Stable) @NotNull String getVersion()
Format: projects/{{project}}/locations/{{location}}/agents/{{agent}}/flows/{{flow}}/versions/{{version}}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_environment#version DialogflowCxEnvironment#version}
-
builder
@Stability(Stable) static DialogflowCxEnvironmentVersionConfigs.Builder builder()
-
-