Record Class UserPromptSubmittedHookInput
java.lang.Object
java.lang.Record
com.github.copilot.rpc.UserPromptSubmittedHookInput
- Record Components:
sessionId- the runtime session ID of the session that triggered the hooktimestamp- the timestamp in milliseconds since epoch when the prompt was submittedcwd- the current working directoryprompt- the user's prompt text
-
Constructor Summary
ConstructorsConstructorDescriptionUserPromptSubmittedHookInput(String sessionId, long timestamp, String cwd, String prompt) Creates an instance of aUserPromptSubmittedHookInputrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncwd()Returns the value of thecwdrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.prompt()Returns the value of thepromptrecord component.Returns the value of thesessionIdrecord component.longReturns the value of thetimestamprecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
UserPromptSubmittedHookInput
Creates an instance of aUserPromptSubmittedHookInputrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
sessionId
-
timestamp
-
cwd
-
prompt
-