Interface IPromptQueryProviding
- All Known Subinterfaces:
IPromptQueryWithParameters
- All Known Implementing Classes:
FcPromptQueryProps
public interface IPromptQueryProviding
Interface for classes that provide a reference to a prompt query.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the referenced prompt query.
-
Method Details
-
getPromptQuery
ObjectReference getPromptQuery()Gets the referenced prompt query. This field is required. TheObjectReference.getId()is the string representation ofContextualPromptObjectReference.- Returns:
- The prompt query to execute.
-