1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. wisdom
  5. getAiAgent

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.wisdom.getAiAgent

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    Definition of AWS::Wisdom::AIAgent Resource Type

    Using getAiAgent

    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 getAiAgent(args: GetAiAgentArgs, opts?: InvokeOptions): Promise<GetAiAgentResult>
    function getAiAgentOutput(args: GetAiAgentOutputArgs, opts?: InvokeOptions): Output<GetAiAgentResult>
    def get_ai_agent(ai_agent_id: Optional[str] = None,
                     assistant_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetAiAgentResult
    def get_ai_agent_output(ai_agent_id: Optional[pulumi.Input[str]] = None,
                     assistant_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetAiAgentResult]
    func LookupAiAgent(ctx *Context, args *LookupAiAgentArgs, opts ...InvokeOption) (*LookupAiAgentResult, error)
    func LookupAiAgentOutput(ctx *Context, args *LookupAiAgentOutputArgs, opts ...InvokeOption) LookupAiAgentResultOutput

    > Note: This function is named LookupAiAgent in the Go SDK.

    public static class GetAiAgent 
    {
        public static Task<GetAiAgentResult> InvokeAsync(GetAiAgentArgs args, InvokeOptions? opts = null)
        public static Output<GetAiAgentResult> Invoke(GetAiAgentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAiAgentResult> getAiAgent(GetAiAgentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:wisdom:getAiAgent
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AiAgentId string
    The identifier of the AI Agent.
    AssistantId string
    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
    AiAgentId string
    The identifier of the AI Agent.
    AssistantId string
    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
    aiAgentId String
    The identifier of the AI Agent.
    assistantId String
    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
    aiAgentId string
    The identifier of the AI Agent.
    assistantId string
    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
    ai_agent_id str
    The identifier of the AI Agent.
    assistant_id str
    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
    aiAgentId String
    The identifier of the AI Agent.
    assistantId String
    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

    getAiAgent Result

    The following output properties are available:

    AiAgentArn string
    The Amazon Resource Name (ARN) of the AI agent.
    AiAgentId string
    The identifier of the AI Agent.
    AssistantArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    Configuration Pulumi.AwsNative.Wisdom.Outputs.AiAgentAiAgentConfiguration0Properties | Pulumi.AwsNative.Wisdom.Outputs.AiAgentAiAgentConfiguration1Properties
    Configuration for the AI Agent.
    Description string
    The description of the AI Agent.
    AiAgentArn string
    The Amazon Resource Name (ARN) of the AI agent.
    AiAgentId string
    The identifier of the AI Agent.
    AssistantArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    Configuration AiAgentAiAgentConfiguration0Properties | AiAgentAiAgentConfiguration1Properties
    Configuration for the AI Agent.
    Description string
    The description of the AI Agent.
    aiAgentArn String
    The Amazon Resource Name (ARN) of the AI agent.
    aiAgentId String
    The identifier of the AI Agent.
    assistantArn String
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    configuration AiAgentAiAgentConfiguration0Properties | AiAgentAiAgentConfiguration1Properties
    Configuration for the AI Agent.
    description String
    The description of the AI Agent.
    aiAgentArn string
    The Amazon Resource Name (ARN) of the AI agent.
    aiAgentId string
    The identifier of the AI Agent.
    assistantArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    configuration AiAgentAiAgentConfiguration0Properties | AiAgentAiAgentConfiguration1Properties
    Configuration for the AI Agent.
    description string
    The description of the AI Agent.
    ai_agent_arn str
    The Amazon Resource Name (ARN) of the AI agent.
    ai_agent_id str
    The identifier of the AI Agent.
    assistant_arn str
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    configuration AiAgentAiAgentConfiguration0Properties | AiAgentAiAgentConfiguration1Properties
    Configuration for the AI Agent.
    description str
    The description of the AI Agent.
    aiAgentArn String
    The Amazon Resource Name (ARN) of the AI agent.
    aiAgentId String
    The identifier of the AI Agent.
    assistantArn String
    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    configuration Property Map | Property Map
    Configuration for the AI Agent.
    description String
    The description of the AI Agent.

    Supporting Types

    AiAgentAiAgentAssociationConfigurationType

    AiAgentAiAgentConfiguration0Properties

    AiAgentAiAgentConfiguration1Properties

    AiAgentAnswerRecommendationAiAgentConfiguration

    AiAgentAssociationConfiguration

    AiAgentAssociationConfigurationDataProperties

    AiAgentKnowledgeBaseAssociationConfigurationData

    AiAgentKnowledgeBaseSearchType

    AiAgentManualSearchAiAgentConfiguration

    AiAgentOrCondition0Properties

    AiAgentOrCondition1Properties

    AiAgentTagCondition

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    AiAgentTagFilter0Properties

    AiAgentTagFilter1Properties

    AiAgentTagFilter2Properties

    OrConditions List<Union<Pulumi.AwsNative.Wisdom.Inputs.AiAgentOrCondition0Properties, Pulumi.AwsNative.Wisdom.Inputs.AiAgentOrCondition1Properties>>
    OrConditions []interface{}
    orConditions List<Either<AiAgentOrCondition0Properties,AiAgentOrCondition1Properties>>
    orConditions (AiAgentOrCondition0Properties | AiAgentOrCondition1Properties)[]
    or_conditions Sequence[Union[AiAgentOrCondition0Properties, AiAgentOrCondition1Properties]]
    orConditions List<Property Map | Property Map>

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi