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.getVersion
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 Version.
Using getVersion
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 getVersion(args: GetVersionArgs, opts?: InvokeOptions): Promise<GetVersionResult>
function getVersionOutput(args: GetVersionOutputArgs, opts?: InvokeOptions): Output<GetVersionResult>
def get_version(agent_id: Optional[str] = None,
flow_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
version_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVersionResult
def get_version_output(agent_id: Optional[pulumi.Input[str]] = None,
flow_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
version_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVersionResult]
func LookupVersion(ctx *Context, args *LookupVersionArgs, opts ...InvokeOption) (*LookupVersionResult, error)
func LookupVersionOutput(ctx *Context, args *LookupVersionOutputArgs, opts ...InvokeOption) LookupVersionResultOutput
> Note: This function is named LookupVersion
in the Go SDK.
public static class GetVersion
{
public static Task<GetVersionResult> InvokeAsync(GetVersionArgs args, InvokeOptions? opts = null)
public static Output<GetVersionResult> Invoke(GetVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVersionResult> getVersion(GetVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:dialogflow/v3beta1:getVersion
arguments:
# arguments dictionary
The following arguments are supported:
- agent_
id str - flow_
id str - location str
- version_
id str - project str
getVersion Result
The following output properties are available:
- Create
Time string - Create time of the version.
- Description string
- The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
- Display
Name string - The human-readable name of the version. Limit of 64 characters.
- Name string
- Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation.
- Nlu
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Nlu Settings Response - The NLU settings of the flow at version creation.
- State string
- The state of this version. This field is read-only and cannot be set by create and update methods.
- Create
Time string - Create time of the version.
- Description string
- The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
- Display
Name string - The human-readable name of the version. Limit of 64 characters.
- Name string
- Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation.
- Nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Response - The NLU settings of the flow at version creation.
- State string
- The state of this version. This field is read-only and cannot be set by create and update methods.
- create
Time String - Create time of the version.
- description String
- The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
- display
Name String - The human-readable name of the version. Limit of 64 characters.
- name String
- Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation.
- nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Response - The NLU settings of the flow at version creation.
- state String
- The state of this version. This field is read-only and cannot be set by create and update methods.
- create
Time string - Create time of the version.
- description string
- The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
- display
Name string - The human-readable name of the version. Limit of 64 characters.
- name string
- Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation.
- nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Response - The NLU settings of the flow at version creation.
- state string
- The state of this version. This field is read-only and cannot be set by create and update methods.
- create_
time str - Create time of the version.
- description str
- The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
- display_
name str - The human-readable name of the version. Limit of 64 characters.
- name str
- Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation.
- nlu_
settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Response - The NLU settings of the flow at version creation.
- state str
- The state of this version. This field is read-only and cannot be set by create and update methods.
- create
Time String - Create time of the version.
- description String
- The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
- display
Name String - The human-readable name of the version. Limit of 64 characters.
- name String
- Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation.
- nlu
Settings Property Map - The NLU settings of the flow at version creation.
- state String
- The state of this version. This field is read-only and cannot be set by create and update methods.
Supporting Types
GoogleCloudDialogflowCxV3beta1NluSettingsResponse
- Classification
Threshold double - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- Model
Training stringMode - Indicates NLU model training mode.
- Model
Type string - Indicates the type of NLU model.
- Classification
Threshold float64 - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- Model
Training stringMode - Indicates NLU model training mode.
- Model
Type string - Indicates the type of NLU model.
- classification
Threshold Double - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training StringMode - Indicates NLU model training mode.
- model
Type String - Indicates the type of NLU model.
- classification
Threshold number - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training stringMode - Indicates NLU model training mode.
- model
Type string - Indicates the type of NLU model.
- classification_
threshold float - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model_
training_ strmode - Indicates NLU model training mode.
- model_
type str - Indicates the type of NLU model.
- classification
Threshold Number - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training StringMode - Indicates NLU model training mode.
- model
Type String - Indicates the type of NLU model.
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