Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam Agentforce-Specialist Topic 4 Question 360 Discussion

Actual exam question for Salesforce's Agentforce-Specialist exam
Question #: 360
Topic #: 4
Universal Containers is building a custom agent and creating a new Apex action that accepts a collection of text values, such as a list of product names, as an input parameter. The Agentforce Specialist is configuring the action's metadata in Agentforce Assets and needs to properly map this input so the reasoning engine can pass the list of strings correctly.
When defining this input, which complex_data_type_name should the Agentforce Specialist use?

Suggested Answer: A Vote an answer

The correct answer is A because Agentforce action metadata must use supported Lightning data types when defining action inputs and outputs. A collection of text values must be exposed to the reasoning engine through a Salesforce-supported Lightning type, not through an Apex implementation name.
lightning__stringType correctly maps string-based action input so Agentforce can validate, structure, and pass values into the Apex action. apex__String is not the correct metadata type because it describes an Apex language type, not the Agentforce action schema type. lightning__textType is a UI-oriented text type and is not the correct mapping for this collection-style string action input. Salesforce's Agentforce developer guidance confirms that Apex strings are mapped to standard Lightning types for action configuration.

by Maxwell at Jun 27, 2026, 07:20 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.