com.pulumi.googlenative.dialogflow.v3beta1.inputs.GetIntentArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.dialogflow.v3beta1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class GetIntentArgs extends com.pulumi.resources.InvokeArgs {
public static final GetIntentArgs Empty = new GetIntentArgs();
@Import(name="agentId", required=true)
private Output agentId;
public Output agentId() {
return this.agentId;
}
@Import(name="intentId", required=true)
private Output intentId;
public Output intentId() {
return this.intentId;
}
@Import(name="languageCode")
private @Nullable Output languageCode;
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy